Skip to main content
GET
List players

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

page
integer
default:1

Page number.

perPage
integer
default:10

Items per page.

sortField
enum<string>
default:registration_date

Field to sort by.

Available options:
registration_date,
ftd_date,
qualification_date
sortDirection
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Free-text search — matches player_id, click_id, promo_code.

offers
string

Comma-separated offer IDs to filter by.

affiliates
string

Comma-separated affiliate IDs to filter by.

commissionPlans
string

Comma-separated commission plan IDs to filter by.

trafficSources
string

Comma-separated traffic source IDs to filter by.

status
enum<string>

Player status filter.

Available options:
active,
restricted
deposited
boolean

Filter by whether the player has made a first deposit.

qualified
boolean

Filter by whether the player is qualified (has a qualification date).

verified
boolean

Filter by verification status.

fields
string

Comma-separated field keys to include in each player object.

Body

application/json

Advanced filter conditions.

filter
object

Filter conditions keyed by attribute name. Each attribute value is an operator map, e.g. {">=": "2025-01-01"} or {"IN": [1, 2]}.

Supported attributes:

  • registration_date, ftd_date, qualification_date — date comparisons (user timezone)
  • countries — array of country IDs
  • affiliates, offers, commission_plans, traffic_source_ids — array of IDs
  • statusactive or restricted
  • status_details — string array
  • verified, deposited, qualified, is_frozen — boolean
  • winbinin_winbin, exited_winbin, never_in_winbin

Response

Players list.

message
string
Example:

"Players List"

success
boolean
Example:

true

info
object[]