The Influencers API allows you to retrieve influencers profiles on the Cloutfit platform.
You will get a list of all the influencers that are active in your account. You can also include the posts for each influencer but the payload will be quite big.
Include posts to get the posts for the influencers example: include=posts
curl --request GET \
--get "https://app.cloutfit.ai/api/v1/influencers?include=posts" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"Retrieves the details of a specific influencer. You need to supply the unique influencer identifier.
The ID of the influencer to retrieve
Include related resources, e.g., posts
curl --request GET \
--get "https://app.cloutfit.ai/api/v1/influencers/1?include=posts" \
--header "Authorization: Bearer {YOUR_AUTH_KEY}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"Get all influencers
Get a specific influencer