Get an account
curl --request GET \
--url https://api.creatoraudit.com/v2/accounts/{account_id} \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.creatoraudit.com/v2/accounts/{account_id}"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.creatoraudit.com/v2/accounts/{account_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"platform": "instagram",
"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
}
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}Accounts
Get an account
Retrieve a single tracked account.
account_id may be the account UUID or an @username (V2R-13). Returns the same fully-enriched shape as the list endpoint
(profile, latest metrics, and per-account tracking-limit fields). Returns
404 if the account does not exist or is not tracked by your organization.
GET
/
accounts
/
{account_id}
Get an account
curl --request GET \
--url https://api.creatoraudit.com/v2/accounts/{account_id} \
--header 'Authorization: Bearer <token>'import requests
url = "https://api.creatoraudit.com/v2/accounts/{account_id}"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.creatoraudit.com/v2/accounts/{account_id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"platform": "instagram",
"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
}
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}{
"type": "<string>",
"title": "<string>",
"status": 123,
"detail": "<string>",
"code": "BAD_REQUEST",
"instance": "<string>",
"errors": [
{}
]
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Account UUID or @username (V2R-13).
Response
Successful Response
A tracked Instagram or TikTok account with its latest engagement metrics and per-account tracking configuration.
Show child attributes
Show child attributes