List affiliate payouts
GET
https://api.tamio.com/v2/affiliates/payouts/list
Returns a paginated list of affiliate payouts. Supports filtering by affiliate partner, affiliate program, and date range.
Query Parameters
page
integer
Page number for pagination (1-based).
per_page
integer
Number of payouts to return per page.
order
string
Sort order for the results.
ascdesc
from
object
Start date filter (ISO 8601 string or Unix timestamp).
to
object
End date filter (ISO 8601 string or Unix timestamp).
affiliate_program_partner_id
string
Filter payouts by a specific affiliate partner UUID.
affiliate_program_id
string
Filter payouts by a specific affiliate program UUID.
Responses
200
Paginated list of affiliate payouts.
Paginated list of affiliate payouts.
status
integer
total_results
integer
Total number of matching payouts.
payouts
array of Payout
400
Validation error. Possible causes:
Validation error. Possible causes:
pageorper_pageis not an integer or exceeds maximumorderis not one ofasc,descfrom/tois not a valid date formataffiliate_program_partner_idoraffiliate_program_idis not a valid UUID- Additional properties present
status
integer
error
string
error_code
integer
401
Missing or invalid Bearer token.
Missing or invalid Bearer token.
status
integer
error
string