get https://dev-api.spot.ai/v1/locations
Gets basic information (id and name) of locations the caller has access to.
Response data is paginated. The number of locations returned in any single
response will never be greater than the limit
. If there are more
locations that can be requested, the response body will contain a non-null
"next"
property. Use this "next"
value to request the next page of data
by submitting a subsequent request with the cursor
query param set to
this value of "next"
. To fetch all pages of data, continue making
requests until "next"
is null
in the response body.