Skip to main content
Version: 2021-04-15

List Payouts

GET 

/affiliate-manager/:locationId/payouts

Retrieve the list of payouts for a location.

Request

Version stringrequired

API Version

Available options2021-04-15
locationId stringrequired

Location Id

status Payout Status

Payout Status

Available optionspendingapprovedpaiddenied
query string

query

affiliateId string

Affiliate Id

campaignId string

Campaign Id

skip number

Number of records to skip for pagination

Default value:0
limit number

Maximum number of records to return

Default value:10
start string

Filter payouts on or after this date (ISO 8601)

end string

Filter payouts on or before this date (ISO 8601)

application/json

Successful response

Schema
    payoutsobject[]required

    Payout list

    metaobject

    Pagination metadata