Skip to main content
POST
Get statistics (POST)

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Body

application/json
rangeFrom
string
required

Supports YYYY-MM-DD and YYYY-MM-DD HH:mm:ss.

rangeTo
string
required

Supports YYYY-MM-DD and YYYY-MM-DD HH:mm:ss.

page
integer
default:1

Page number for pagination.

perPage
integer
default:10

Number of rows per page.

sortField
string

Sort by column key. Default is added_timestamp.

sortDirection
enum<string>
default:desc
Available options:
asc,
desc
columns
string

Comma-separated metric keys.

breakdown
string

Primary grouping dimension.

breakdowns
string

Additional grouping dimensions (comma-separated).

reportType
enum<string>

Report type: general (default), igaming, operator, broker.

Available options:
general,
igaming,
operator,
broker
currency
string

ISO 4217 currency code to convert all monetary values to (e.g., "USD", "EUR").

originalCurrency
enum<string>

Return monetary values in the original currency without conversion. Pass yes to enable.

Available options:
yes,
no

Free-text search to filter result rows by name or identifier.

filters
object

Advanced filters to narrow down results by dimension.

Response

Aggregated statistics.

message
string
timezone
string
rows
object[]
totals
object