Affiliate Endpoints
Get Affiliate(s)
Returns an Affiliate By ID or Email. If none is specified, all Affiliates from the Affiliate Program are returned.
GET
Get all affiliates or by ID/email
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the affiliate to retrieve
The email of the affiliate to retrieve
Response
200
application/json
A list of affiliates or a single affiliate
The response is of type object[]
.
Get all affiliates or by ID/email