Locations
Create & Update Locations
When you create or update your location, we'll automatically create the location cache object for you. The cache will let you access properties about all of your locations with much better latency to answer questions like, "Which location does this user have access to?"
Create Location
POST
`/v1/locations`
You only need a name
and address
to create a location. To view all of the properties, check the Update Location section below.
Update Location
POST
`/v1/locations/:location`