v1
latestOpenAPI 3.1.02026-07-2295105298.6 KBBasics
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"
}
]
}