Skip to main content
GET
/
accounts
/
{account_id}
Get an account
curl --request GET \
  --url https://api.creatoraudit.com/v2/accounts/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "username": "<string>",
    "type": "account",
    "name": "<string>",
    "description": "<string>",
    "profile_pic_url": "<string>",
    "profile_pic_url_original": "<string>",
    "is_verified": false,
    "is_active": true,
    "is_unavailable": false,
    "link_in_bio": "<string>",
    "creator_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "creator_name": "<string>",
    "category": "<string>",
    "metadata": {},
    "added_at": "2023-11-07T05:31:56Z",
    "first_scrape_time": "2023-11-07T05:31:56Z",
    "last_scrape_time": "2023-11-07T05:31:56Z",
    "scrape_interval_hours": 24,
    "follower_count": 0,
    "following_count": 0,
    "profile_post_count": 0,
    "total_post_count": 0,
    "view_count": 0,
    "like_count": 0,
    "comment_count": 0,
    "share_count": 0,
    "play_count": 0,
    "saved_count": 123,
    "fb_play_count": 123,
    "ig_play_count": 123,
    "fb_like_count": 123,
    "max_recent_posts_per_account": 123,
    "post_lookback_days": 123,
    "effective_max_recent_posts_per_account": 123,
    "effective_post_lookback_days": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

Account UUID or @username (V2R-13).

Response

Successful Response

data
AccountResponse · object
required

A tracked Instagram or TikTok account with its latest engagement metrics and per-account tracking configuration.