Skip to main content
GET
Get spending report and wallet statement download links

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Query Parameters

startDate
string

Period start, ISO date (YYYY-MM-DD).

endDate
string

Period end, ISO date (YYYY-MM-DD).

allTime
string

Pass "1" for every transaction ever, ignoring dates.

scope
enum<string>

CSV scope, payouts (default) or all.

Available options:
payouts,
all
companyIds
string

Agency only, comma-separated sub-brand company ids.

Response

The download links.

data
object
required