Skip to main content
GET
/
v1
/
affiliate
/
links
List the affiliate's referral links
curl --request GET \
  --url https://go.affixo.dev/v1/affiliate/links \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ],
  "count": 12
}

Authorizations

Authorization
string
header
required

Affiliate read token, e.g. refa_live_…. Returns only the caller's data.

Query Parameters

limit
integer
default:100

Page size (1–500, default 100).

Required range: 1 <= x <= 500

Response

The affiliate's referral links

data
object[]
count
integer
Example:

12