v1

latestOpenAPI 3.1.02026-08-06230114.0 KB
Locations

Get Locations

get/v1/locations/

Query parameters

namestring

Name of the location

Example:Home

Name of the location

idstring

Unique Identifier of the location

Example:65f8a2b4c9d7e1234567890e

Unique Identifier of the location

Headers

Authorizationstring

User access token

User access token

Content-Type'application/json'

Response

Returns locations

namestring required

Name of the location

idstring required

Unique identifier of the location

Example response

[
  {
    "name": "Home",
    "id": "65f8a2b4c9d7e1234567890e"
  }
]