Locations
Create a Location
post/v1/locations/
Headers
Authorizationstring
User access token
User access token
Content-Type'application/json'
Request body
Example request
{
"name": "Home"
}Response
Returns the created location
Example response
{
"name": "Home",
"id": "65f8a2b4c9d7e1234567890e"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.