Skip to main content
GET
List statements for a publisher
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Query Parameters

status
enum<string>

Single status or an array of statuses.

Available options:
draft,
pending,
approved,
paid
currency
string
periodStart
string<date>

Inclusive ISO date (YYYY-MM-DD). Filters by statement-period overlap unless the endpoint notes otherwise.

periodEnd
string<date>

Inclusive ISO date (YYYY-MM-DD).

page
integer
Required range: x >= 1
size
integer

Default 20, max 100.

Response

Statements fetched. Omit page/size for the unpaginated { count, PublisherStatements } shape.

Standard server envelope used by the statement, reconciliation, sub-publishing, and analytics endpoints.

status
enum<string>
Available options:
success,
error
message
string
data
object