Basics
Get Locations
Returns all locations for a specific website.
get/api/v1/locations
Query parameters
website_idstring uuid required
The ID of the website to retrieve locations for
Response
Successful response with list of locations
Example response
{
"locations": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"location": "United States"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.