Skip to main content
GET
/
v1
/
locations
/
regions
List Regions
curl --request GET \
  --url https://api.corpus.intrace.ai/v1/locations/regions \
  --header 'X-API-Key: <api-key>'
[
  {
    "location": "<string>",
    "eventCount": 123,
    "country": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Headers

x-api-key
string | null

Corpus API key

Query Parameters

country
string | null

Filter by country

api_key
string | null

Corpus API key

Response

Successful Response

location
string
required
eventCount
integer
required
country
string | null