Skip to main content
GET
List StatisticRegions

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234_abcdef

Query Parameters

limit
integer

Number of results to return per page. Maximum is 100. Default is 20.

offset
integer

The initial index from which to return the results.

product_id
integer[]

Product

product_name
string

Response

Request successful.

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"