Skip to main content
GET
/
search
Search accounts, creators & videos
curl --request GET \
  --url https://api.creatoraudit.com/v2/search \
  --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.

Query Parameters

q
string
default:""

Case-insensitive substring matched against account usernames, creator names, and video captions in the caller's organization.

Maximum string length: 128
limit
integer
default:10

Max matches per entity type (1–25).

Required range: 1 <= x <= 25

Response

Successful Response