Skip to main content
GET
Get statistics (GET)

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.

Query Parameters

rangeFrom
string
required

Date range start. Supports YYYY-MM-DD and YYYY-MM-DD HH:mm:ss.

rangeTo
string
required

Date range end. Supports YYYY-MM-DD and YYYY-MM-DD HH:mm:ss.

page
integer
default:1

Page number.

perPage
integer
default:10

Items per page.

sortField
string

Sort by column key. Default is added_timestamp.

sortDirection
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
columns
string

Comma-separated metric keys (e.g. clicks,cv_approved,cr,approved_payout).

breakdown
string

Primary grouping dimension (e.g. offer, affiliate, country, device, goal).

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

Convert monetary values to this currency.

originalCurrency
enum<string>

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

Available options:
yes,
no

Search text.

Response

Aggregated statistics.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object