List all affiliate partners
Returns a paginated list of affiliate partners. Supports filtering by status, country, affiliate program, automation, date range, and text search.
Query Parameters
Page number for pagination (1-based).
Number of affiliate partners to return per page.
Sort order for the results.
ascdescText filter to search affiliate partners by name or email.
Field to sort results by.
nameemailcountrycreated_atStart date filter (ISO 8601 string or Unix timestamp).
End date filter (ISO 8601 string or Unix timestamp).
Filter by a specific affiliate program UUID.
Filter by a specific automation UUID.
Filter by application status.
approvedpendingArray of country codes to filter by (1–120 unique values).
Responses
Paginated list of affiliate partners.
Total number of matching affiliate partners.
Validation or business logic error. Possible causes:
pageorper_pageis not an integer or exceeds maximumorderis not one ofasc,descsort_byis not one ofname,email,country,created_atstatusis not one ofapproved,pendingfilterexceeds 120 charactersfrom/tois not a valid date formataffiliate_program_idorautomation_idis not a valid UUIDcountriesis empty, exceeds 120 items, has duplicates, or contains invalid codes- Additional properties present
Error codes:
| Code | Description |
|---|---|
| 1002 | Affiliate program or automation not found |
Missing or invalid Bearer token.