Error
A valid request URL is required to generate request examples{
"data": [
{}
],
"meta": {
"total": 123,
"page": 123,
"pageSize": 123,
"hasMore": true,
"requestId": "<string>",
"nextCursor": "<string>"
}
}Affiliates
List affiliates
GET
/
affiliates
Error
A valid request URL is required to generate request examples{
"data": [
{}
],
"meta": {
"total": 123,
"page": 123,
"pageSize": 123,
"hasMore": true,
"requestId": "<string>",
"nextCursor": "<string>"
}
}Authorizations
Use API key as Bearer token, for example: Bearer ak_live_xxx
Query Parameters
Search affiliates by name or email (max 120 chars)
Maximum string length:
120Sort field
Available options:
createdAt, totalClicks, totalRevenue, name Sort direction
Available options:
asc, desc Filter by affiliate status
Available options:
approved, blocked Filter affiliates by application source
Available options:
browser, api, mcp, invite, import Required range:
1 <= x <= 100Required range:
x >= 1Required range:
1 <= x <= 100Required range:
x >= 0