Skip to main content
GET
/
v1
/
{tenantUUID}
/
market
/
payouts
/
stats
/
v2
/
export
Export Payout Invoice Statistics to CSV
curl --request GET \
  --url https://apigw.ipxo.com/billing/v1/{tenantUUID}/market/payouts/stats/v2/export \
  --header 'Authorization: Bearer <token>'
null

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantUUID
string
required

UUID

Pattern: ^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$

Query Parameters

period_start_date
string

Filter by start period in YYYY-MM-DD format (e.g., 2025-01-15)

Pattern: ^\d{4}-\d{2}-\d{2}$
period_end_date
string

Filter by end period in YYYY-MM-DD format (e.g., 2025-03-31)

Pattern: ^\d{4}-\d{2}-\d{2}$
status
enum<string>

Filter by payout invoice status

Available options:
unpaid,
paid

Response

CSV file with payout invoice statistics

The response is of type file.