v1

latestSwagger 2.02026-07-1771241.1 KB
Statistics

Returns the paginated view of users per country.

get/user-statistics/top-countries

Query parameters

keywordstring

a keyword to look for in all country codes or names

limitinteger

Limit of elements to return. Defaults to 10

offsetinteger

Number of elements to skip before collecting elements to return

Headers

Authorizationstring required

Insert your access token

X-Account-Metadatastring

Insert your metadata token

Response

OK

countrystring

ISO 3166 country code.

userCountinteger

Example response

[
  {
    "country": "US",
    "userCount": 12121212
  }
]
All 7 operations