Category Object

Attributes
idstringRead-onlyformat GUID
Category ID. Read-only.

namestringmaxLength 500
Category name.

customPropertiesobjectmaxItems 256format map
Custom properties that can be associated with the category.

statusstringRead-only
2 enum supported values:
CREATEDDELETED
Category status Read-only.

sortOrderintegerformat int32
Sorting order of the category for Wix Bookings UI.
Was this helpful?
Yes
No

GetList 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.

Lists all categories.

Permissions This endpoint requires the Read Bookings - Public Data or the Read Bookings - Including Participants permissions scope

Endpoint
GET
https://www.wixapis.com/bookings/v1/categories

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

PostCreate Category

Developer Preview

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

Creates a new category.

Endpoint
POST
https://www.wixapis.com/bookings/v1/categories

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

PutUpdate Category

Developer Preview

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

Updates an existing category.

Endpoint
PUT
https://www.wixapis.com/bookings/v1/categories/{category.id}

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

DeleteDelete Category

Developer Preview

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

Deletes a category.

Endpoint
DELETE
https://www.wixapis.com/bookings/v1/categories/{id}

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

Category Notification

Developer Preview

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

Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
categoryobject

eventstring
3 enum supported values:
UpdatedDeletedCreated
Was this helpful?
Yes
No