Skip to main content
GET
/
api
/
dashboards
/
analytics
/
geographic-distribution
Get geographic distribution data
curl --request GET \
  --url https://api.example.com/api/dashboards/analytics/geographic-distribution \
  --header 'Authorization: Bearer <token>'
{
  "labels": [
    "<string>"
  ],
  "values": [
    123
  ],
  "days": 123
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Headers

Use-Case
string | null

Query Parameters

days
integer
default:30
Required range: x >= 1

Response

Successful Response

labels
string[]
required
values
integer[]
required
days
integer
required