Commissions
List Commissions
This endpoint lists all commissions.
GET
Base URL https://api.tolt.com
Query Parameters
string
The program ID from where you want to list the commissions
string - optional
Only return commissions from this partner
string - optional
Only return commissions for this customer
string - optional
Only return commissions for this transaction
asc | desc - optional
The order of the commissions to return by created_at. Default is desc
array - optional
Specify which related objects to include in the response. Valid values are
‘partner’, ‘program’, ‘customer’, and ‘transaction’. Use
expand[]=partner, expand[]=program, expand[]=customer, or
expand[]=transaction to include the related objects.
string - optional
Only return commissions created after this date
string - optional
Only return commissions created before this date
string - optional
A limit on the number of commissions to return. Default is 10, max is 100
string - optional
A cursor for use in pagination. starting_after is an object ID that defines
your place in the list
string - optional
A cursor for use in pagination. ending_before is an object ID that defines
your place in the list
Response
boolean
Whether the request was successful
boolean
Whether there are more pages of results available
integer
Total number of commissions matching the query
array[Object]

