Skip to content

Retrieve category details

Request

Retrieve the details of the specified event category.

Security
SessionKey(Required scopes: customeradministrator)
Path
categoryintegerrequired

Unique identifier of the requested event category

curl -i -X GET \
  'https://docs.ticketingevents.com/_mock/openapi/categories/{category}' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Details of the requested event category were successfully retrieved.

Bodyapplication/json
selfstring

URI of the event category resource

namestring

Unique name of the event category

subcategoriesArray of objects

List of subcategories associated with this category

Response
{ "self": "/categories/16878141745207", "name": "Party", "subcategories": [ {}, {}, {} ] }