Retrieve the details of the specified event category.
Security
SessionKey(Required scopes: customeradministrator)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/categories/{category}
- QA Serverhttps://qa.ticketingevents.com/v3/categories/{category}
- Production Serverhttps://api.ticketingevents.com/v3/categories/{category}
curl -i -X GET \
'https://docs.ticketingevents.com/_mock/openapi/categories/{category}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "self": "/categories/16878141745207", "name": "Party", "subcategories": [ { … }, { … }, { … } ] }