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.

sortDirection
enum<string>
default:desc

Sort direction (default desc by registration_date).

Available options:
asc,
desc

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

offers
string

Comma-separated offer IDs to filter by.

commissionPlans
string

Comma-separated commission plan IDs to filter by.

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).

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
  • offers, commission_plans — array of IDs
  • status_details — string array
  • deposited, qualified, is_frozen — boolean
  • winbinin_winbin, exited_winbin, never_in_winbin

Response

Players list.

message
string
Example:

"Affiliate Players List"

success
boolean
Example:

true

info
object[]

List of player records for the authenticated affiliate.