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>"
}
}Applications
List affiliate applications
GET
/
applications
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 applications by applicant name or email (max 120 chars)
Maximum string length:
120Filter by application status
Available options:
pending, approved, declined, withdrawn, blocked Filter applications by submission source
Available options:
browser, api, mcp, invite, import Required range:
1 <= x <= 100Required range:
x >= 1Required range:
1 <= x <= 100Required range:
x >= 0