Get all referral links for a partner
| 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 |