GET/classdefinition/

List Classes

List classes

Implementation Notes

This API retrieves a list of available Class definitions.

  • Class definitions categorize entities based on predefined classifications.
  • The endpoint requires Bearer Token Authentication.
GET/classdefinition/

Responses

StatusMeaningDescriptionSchema
200OKOK
400Bad RequestBad RequestNone
401UnauthorizedUnauthorizedNone
429Too Many RequestsToo Many RequestsNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X GET https://api.events.example.com/api/v1/classdefinition/ \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
[
  {
    "class": 1,
    "attendeeOrCapacityRange": "Luxury"
  }
]

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.