Overview
Returns the minimum metadata for a single event — its name, slug, date, status, and the boolean flags for which search features (BIB, selfie, name, video, photo timeline) are enabled. Call this before invoking any search endpoint to avoid a403 for a disabled feature.
Endpoint
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_id | number | Yes | Your organisation ID. |
event_id | number | Yes | The event to retrieve. |
Example Request
Example Response
Response Models
| Model | Description |
|---|---|
| EventDetailsResponse | Event metadata and search-feature flags. |
Error Responses
| Status | Meaning |
|---|---|
401 | API key is missing. |
403 | API key is invalid, inactive, or token/event ownership mismatch. |
404 | Event configuration not found. |
429 | Rate limit exceeded. Back off and retry. |
500 | Internal failure. |

