Skip to main content
Analytics

Get Instagram follower count

Returns the connected Instagram professional account's live follower count. Historical growth requires daily snapshots and is not included. Each successful call costs 1 credit.

GET/v1/analytics/instagram/follower-stats

Authorization

accessKey
x-access-key<token>

In: header

Query Parameters

accountId*string

Integration ID for the connected Instagram account.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/analytics/instagram/follower-stats?accountId=string"
{
  "success": true,
  "accountId": "string",
  "platform": "instagram",
  "currentFollowers": 0,
  "fetchedAt": "2019-08-24T14:15:22Z"
}
{
  "success": true,
  "message": "string"
}
{
  "success": true,
  "message": "string"
}
{
  "success": true,
  "message": "string"
}
{
  "success": true,
  "message": "string"
}