Skip to main content
Version: 2021-07-28

List Affiliates

GET 

/affiliate-manager/:locationId/affiliates

Retrieve the list of affiliates for a location.

Request

Version stringrequired

API Version

Available options2021-07-28
locationId stringrequired

Location Id

query string

Search affiliates by name or email

active string

Filter affiliates by active status

Default value:false
campaignId string

Filter affiliates by campaign ID

skip number

Number of records to skip for pagination

Possible values: >= 0

Default value:0
limit number

Maximum number of records to return. Maximum allowed value is 100. A value of 0 is treated as the default of 10.

Possible values: >= 0 and <= 100

Default value:10
fromDate string

Filter affiliates created on or after this date (YYYY-MM-DD)

toDate string

Filter affiliates created on or before this date (YYYY-MM-DD)

application/json

Successful response

Schema
    affiliatesobject[]required

    Affiliate list

    metaobjectrequired

    Pagination metadata