Docs

Get Area

GET /Areas/{areaId}

GET/Areas/{areaId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.
Area tokenx-Area-TokenOptionalRun **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

FieldTypeRequiredDescription
areaIdGuidRequiredThe ID of the area to retrieve.

Response

FieldTypeDescription
idGuidUnique identifier for the area.
namestringDisplay name of the area.