API reference
List dimensions
List every dimension Bixel records facts under: slug, name, and description. The dimension vocabulary is registry-driven and can grow; discover it here instead of hardcoding the current set.
Response Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/dimensions"{ "data": { "dimensions": [ { "slug": "string", "name": "string", "description": "string" } ] }, "meta": { "generated_at": "2019-08-24T14:15:22Z", "count": 0, "total": 0, "next_cursor": "string", "notice": "string", "window": { "served_from": "string", "earliest_event_at": "string", "events_beyond_window": true } }}{ "type": "http://example.com", "title": "string", "status": 0, "code": "company_not_found", "detail": "string", "hint": "string", "docs_url": "http://example.com"}