GET /api/v2/location/regions
Returns a list of regions (states/provinces) for a given country.
Authentication
Authorization: Bearer <your_api_key>
Endpoint
GET /api/v2/location/regions
Query Parameters
|
Parameter |
Type |
Required |
Description |
|---|---|---|---|
|
|
integer |
Yes |
The internal country ID. Use |
Response Fields
|
Field |
Type |
Description |
|---|---|---|
|
|
integer |
Region ID |
|
|
string |
Region name |
Example Request
Bash
curl -X GET "https://your-event-domain.com/api/v2/location/regions?country_id=235" \
-H "Authorization: Bearer your_api_key_here"