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
GET
https://api.getrewardful.com/v1/commissions
Optional parameters
Parameter
Description
affiliate_id
Show commissions for the specified affiliate.
state
Show commissions that are currently in the specified states. Valid values are "due", "pending", "paid" and "voided". Pass state[]
to specify multiple states.
page
limit
How many results to return per page. Default is 25, maximum is 100.
expand
Expandable objects
Parameter
Description
sale
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.
campaign
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