Docs
Get Area
GET /Areas/{areaId}
GET
/Areas/{areaId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
| Area token | x-Area-Token | Optional | Run **Get Tokens** with `areaId` set in your environment, or call `GET /Areas/{areaId}/authorize` with your event token. |
Returns the basic details for a single area.
Requires EventAdmin permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| areaId | Guid | Required | The ID of the area to retrieve. |
Response
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique identifier for the area. |
| name | string | Display name of the area. |