GET

List Categories


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves all categories.

Permissions
Manage Bookings Services and Settings
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Public Data
Read Bookings - Including Participants
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/bookings/v1/categories

Query Params
categoryIdsArray <string>

IDs of the categories to retrieve.

Default: All categories are retrieved.


includeDeletedboolean

Whether to include deleted categories in the response.

Default: false

Response Object
categoriesArray <Category>

Retrieved categories.

List all the categories in the site

Request
cURL
Response
JSON
Errors

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

Event TriggersThis method triggers the following events:
Did this help?