Skip to main content
GET
Show what your API key can reach

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

What GET /identity tells a caller about their own API key. Deliberately a fixed shape: this is the one response a partner can always fetch, so it must describe the key's scope and nothing internal.

organiserId
string
required
eventOccurrenceIds
string[]
required

Event occurrences the key is restricted to; empty when unrestricted.

endpoints
string[]
required

Endpoint ids the key is restricted to; empty when unrestricted.