Commissions
List Commissions
Get a paginated list of all commissions with optional filtering
GET
Query Parameters
integer
default:"1"
Page number for pagination. Must be a positive integer.
integer
default:"50"
Number of results per page. Maximum value is 200. Default is 50.
string
Filter commissions by affiliate ID. Only returns commissions for the specified affiliate.
string
Filter commissions by referral ID. Only returns commissions for the specified referral.
string
Filter commissions by commission status. Valid values:
pending, pending_manual_approval, ready_for_payment, paid, declined.string
Filter commissions by sales/transaction status. Valid values:
open, complete, trialing, failed, refunded, partial_refunded.string
Comma-separated list of related data to include. Valid values:
affiliate, affiliate_program, referral. You can combine multiple values: affiliate,referral.string
Filter commissions created on or after this date. ISO 8601 date-time format (e.g.,
2024-01-01T00:00:00Z).string
Filter commissions created on or before this date. ISO 8601 date-time format (e.g.,
2024-12-31T23:59:59Z).Response
The response includes a paginated list of commissions and pagination metadata.boolean
Always
true for successful responsesarray
Array of commission objects. Each commission object has the same structure as the single commission response (see Get Commission endpoint).
object
Pagination metadata object containing:
page(integer): Current page numberlimit(integer): Number of results per pagetotal(integer): Total number of commissions matching the filterstotal_pages(integer): Total number of pageshas_next_page(boolean): Whether there is a next pagehas_prev_page(boolean): Whether there is a previous page
