Skip to main content
GET
/
accounts
/
stats
Per-account video stats
curl --request GET \
  --url https://api.creatoraudit.com/v2/accounts/stats \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>",
  "errors": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response