Basics
Create Location
Creates a location for a website. country is case-insensitive and stored as its canonical label. Any attached prompt_ids must allow the location's country.
post/api/v1/locations
Request body
Example request
{
"location": "New York",
"country": "United States"
}Response
Location created
Changes
No recorded changes to this endpoint across all 1 revision of this API.