Skip to main content
GET
Get affiliate link(s)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string<uuid>

The affiliate link's UUID.

The link slug, for example jane-doe.

affiliateId
string<uuid>

Return every link owned by this affiliate UUID.

affiliateEmail
string<email>

Return every link owned by the affiliate with this email address.

Response

The matching affiliate links. Empty when nothing matched.

id
string<uuid>

The affiliate link ID

The affiliate link string

createdAt
string<date-time>

Timestamp when the affiliate link was created

updatedAt
string<date-time>

Timestamp when the affiliate link was last updated

affiliate
object | null

The affiliate who owns this link. null if the link has no owner.

program
object | null

The program this link belongs to. null if the link has no program.

clicks
integer

Number of clicks on this affiliate link

referrals
integer

Number of referrals generated by this link

sales
integer

Number of sales generated by this link

totalRevenue
number<float>

Sum of totalEarned across every sale attributed to this link

fullURLs
object[]

One entry per base URL configured on your program, with the affiliate's tracking parameter and any program URL parameters already applied. Share these directly.

Last modified on July 20, 2026