Get all referral links for a partner
A referral link is a unique, trackable URL that partners share with their audience. It allows the system to attribute sign-ups and purchases to the partner.Documentation Index
Fetch the complete documentation index at: https://docs.partnero.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Partner’s unique ID |
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 15 | Number of results per page (1-250) |
page | integer | 1 | Page number for pagination |
| Field | Type | Description |
|---|---|---|
data[].id | string | Link identifier |
data[].key | string | Referral key used in URL |
data[].url | string | Full referral URL |
data[].default | boolean | Whether this is the default link |
data[].is_additional | boolean | Whether this is an additional domain link |
data[].direct_tracking | boolean | Direct tracking enabled |