Skip to main content
GET
/
account-videos
/
{video_id}
Get an account-discovered video
curl --request GET \
  --url https://api.creatoraudit.com/v2/account-videos/{video_id} \
  --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.

Path Parameters

video_id
integer
required

Account-video id (per-platform bigint).

Response

Successful Response