Skip to main content
Version: 2021-07-28

List customers

GET 

/affiliate-manager/:locationId/affiliates/:affiliateId/customers

Retrieve the list of customers for an affiliate.

Request

Version stringrequired

API Version

Available options2021-07-28
locationId stringrequired

Location Id

affiliateId stringrequired

Affiliate Id

query string

query

status string

Customer Type

campaignId string

Campaign Id

skip integer

Number of customers to skip

Possible values: >= 0

Default value:0
limit integer

Number of customers to return, maximum 100

Possible values: >= 1 and <= 100

Default value:10
commissionStatus string

Commission Status

application/json

Successful response

Schema
    customersobject[]required

    Customers associated with the affiliate

    metaobjectrequired

    Pagination metadata