Skip to main content
GET
/
creators
/
top
Top creators leaderboard
curl --request GET \
  --url https://api.creatoraudit.com/v2/creators/top \
  --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

period
enum<string>
default:7d

Ranking window.

Available options:
7d,
30d,
90d
limit
integer
default:10

How many creators.

Required range: 1 <= x <= 25

Response

Successful Response