Skip to main content
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 responses
array
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 number
  • limit (integer): Number of results per page
  • total (integer): Total number of commissions matching the filters
  • total_pages (integer): Total number of pages
  • has_next_page (boolean): Whether there is a next page
  • has_prev_page (boolean): Whether there is a previous page