Customer

API Docs

Customer

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

List Customers

GET

/api/v1/customers

Retrieve a list of all customers.

Create Customer

POST

/api/v1/customers

Creates a new customer.

Find Customer

GET

/api/v1/customers/{id}

Retrieve a specific customer by ID.

Update Customer

PATCH

/api/v1/customers/{id}

Update a specific customer by ID.

Delete Customer

DELETE

/api/v1/customers/{id}

Delete a specific customer by ID.