Skip to main content
GET
/
api
/
v2
/
affiliate
/
players
/
export
Export players (GET)
curl --request GET \
  --url 'https://{domain}/api/v2/affiliate/players/export?api-key='
{
  "message": "Request could not be parsed.",
  "success": false,
  "info": {
    "errors": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Query Parameters

page
integer

Page number.

perPage
integer

Items per page.

sortField
string

Sort field.

sortDirection
enum<string>

Sort direction.

Available options:
asc,
desc

Search text.

columns
string

Comma-separated columns.

format
enum<string>

Export file format.

Available options:
csv,
xls,
xlsx
lang
string

Response language code.

Response

File download.