List commissions
Returns a list of your commissions. The commissions are returned sorted by creation date, with the most recent commissions appearing first.
Request
Method | URL |
|
|
Optional parameters
Parameter | Description |
| Show commissions for the specified affiliate. |
| Show commissions that are currently in the specified states. Valid values are "due", "pending", and "paid". Pass |
| Pagination cursor specifying which page to fetch. |
| How many results to return per page. Default is 25, maximum is 100. |
| Which object(s) to expand in response data. See below for available objects. |
Expandable objects
Parameter | Description |
| Includes the sale as a nested object for each commission in the list. The sale object will include details about the referral, link, affiliate, etc. |
| Include the details about the campaign this commission is associated with. |
Examples
List all commissions
List all commissions and include nested sale object
List commissions for a specific affiliate
List commissions with a "paid" state
List commissions with a "due" or "pending" state
Pagination: request page 3 with 50 results per page
Last updated