Retrieve a list of commissions for a program.
Default authentication mechanism
click
, lead
, sale
, custom
Filter the list of commissions by the associated customer.
Filter the list of commissions by the associated payout.
Filter the list of commissions by the associated partner.
Filter the list of commissions by the associated invoice. Since invoiceId is unique on a per-program basis, this will only return one commission per invoice.
Filter the list of commissions by their corresponding status.
pending
, processed
, paid
, refunded
, duplicate
, fraud
, canceled
The field to sort the list of commissions by.
createdAt
, amount
The sort order for the list of commissions.
asc
, desc
The interval to retrieve commissions for.
24h
, 7d
, 30d
, 90d
, 1y
, mtd
, qtd
, ytd
, all
The start date of the date range to filter the commissions by.
The end date of the date range to filter the commissions by.
The page number for pagination.
x > 0
1
The number of items per page.
0 < x <= 100
50
The list of commissions.
The response is of type object[]
.