Skip to main content
GET
/
api
/
v1
/
locations
List available locations
curl --request GET \
  --url https://suprkeywords.com/app/api/v1/locations
{
  "locations": [
    {
      "location_code": 123,
      "location_name": "<string>",
      "country_iso_code": "<string>"
    }
  ]
}

Response

List of locations

locations
object[]