Retrieve the details of the specified region.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/regions/{region}
- QA Serverhttps://qa.ticketingevents.com/v3/regions/{region}
- Production Serverhttps://api.ticketingevents.com/v3/regions/{region}
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/regions/{region}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Details of the requested region were successfully retrieved.
Response
{ "self": "/regions/19290238432215", "name": "Antigua and Barbuda", "country": "Antigua and Barbuda", "district": "", "city": "", "icon": "https://restfulcountries.com/assets/images/flags/Antigua-And-Barbuda.png" }