cURL
curl --request GET \ --url https://hub.griff.services/locations/ \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "queueName": "<string>", "displayName": "<string>" } ] }
Returns available executor locations (derived from queue configuration). Read-only; used by clients to validate monitor.locations and display options.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes