Service Category

API Docs

Service Category

The following endpoints are related to the service category resource in the Calendsa platform.

List Service Categories

GET

/api/v1/service-categories

Retrieve a list of all service categories.

Create Service Category

POST

/api/v1/service-categories

Create a new service category.

Find Service Category

GET

/api/v1/service-categories/{id}

Retrieve a specific service category by ID.

Update Service Category

PATCH

/api/v1/service-categories/{id}

Update a specific service category by ID.

Delete Service Category

DELETE

/api/v1/service-categories/{id}

Delete a specific service category by ID.