Referral Endpoints
Get Referral(s)
Returns a list of referrals based on the affiliate program, filtered by optional referral ID, affiliate ID, affiliate email, or external ID
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the referral to retrieve
The affiliate ID associated with the referral
The email of the affiliate associated with the referral
The external ID of the referred user
Response
200
application/json
A list of referrals or a single referral
The response is of type object[]
.