Skip to main content
GET
Gets a location by ID.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Path Parameters

locationId
string<uuid>
required

The ID of the location.

Query Parameters

limit
default:25

Maximum number of members to return.

paginationToken
string

Opaque pagination token from a previous response.

Response

Returns the location.

id
string<uuid>
required
createdDateTime
string<date-time>
required
members
object
required

A paginated response containing a page of results and navigation tokens.

name
string
required
updatedDateTime
string<date-time>
required