Docs
Get Locations
GET /Organizations/{organizationId}/locations
GET
/Organizations/{organizationId}/locationsRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Returns all locations defined for the organization.
Requires OrganizationBasicAccess or OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization to retrieve locations for. |
Response
Returns an array of locations.
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique location ID. |
| name | string | Display name of the location. |