Retrieve a paginated list of all affiliate partners in your program
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 15 | Number of results per page (1–250) |
page | integer | 1 | Page number for pagination |
Partners — data[]
| Field | Type | Description |
|---|---|---|
id | string | Unique partner identifier |
email | string | Partner’s email address |
name | string | Partner’s first name |
surname | string | Partner’s last name |
status | string | Partner status: active, pending, archived, deleted |
approved | boolean | Whether the partner is approved |
custom_fields | array | Custom signup field values |
created_at | string | ISO 8601 timestamp |
updated_at | string | ISO 8601 timestamp |
Pagination — links, meta
| Field | Type | Description |
|---|---|---|
links.first | string | URL to the first page |
links.last | string|null | URL to the last page |
links.prev | string|null | URL to the previous page |
links.next | string|null | URL to the next page |
meta.current_page | integer | Current page number |
meta.from | integer | First item number on this page |
meta.per_page | integer | Items per page |
meta.to | integer | Last item number on this page |
meta.path | string | Base URL for the endpoint |
| Parameter | Type | Description |
|---|---|---|
id | string | Partner ID |
email | string | Partner’s email address |
key | string | Any referral key belonging to the partner |