Referral links
List referral links
Get all referral links for a partner
GET
List referral links
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.
Endpoint
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Partner’s unique ID |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 15 | Number of results per page (1-250) |
page | integer | 1 | Page number for pagination |
Request
cURL
Response
Response Fields
| 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 |
List referral links
