Get Experience Ticket Categories
Fetch a list of ticket categories available for a specific experience using the experience ID.
Path parameters
experience_idstringRequired
This is a unique identifier for the experience.
Responses
200
Successfully retrieved ticket categories
application/json
successbooleanOptional
Indicates whether the request was successful.
statusintegerOptional
HTTP status code (e.g., 200 for success).
messagestringOptional
Descriptive message about the response.
get
/api/v1/merpi/experience/tickets/{experience_id}200
Successfully retrieved ticket categories
Last updated