cURL
curl --request GET \ --url https://api.example.com/api/dimensions \ --header 'Authorization: Bearer <token>'
{ "data": {}, "meta": { "timing_ms": 123 } }
Returns all available dimension values with entity counts, grouped by dimension key. Used to populate the frontend filter toolbar in a single API call.
Auth0 JWT access token
All dimension values with counts
Show child attributes