GET

List Event Categories


Retrieves a list of categories that are not in the `HIDDEN`` state.

Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Events
Manage Guest List
Read Events
Manage Events
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events/v1/categories/{eventId}

Path Params
eventIdstringRequired

Event ID.

Response Object
categoriesArray <Category>

A list of categories.

List Event Categories Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?