Webhook

API Docs

Webhook

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

List Webhooks

GET

/api/v1/webhooks

Retrieve a list of all webhooks.

Create Webhook

POST

/api/v1/webhooks

Create a new webhook.

Find Webhook

GET

/api/v1/webhooks/{id}

Retrieve a specific webhook by ID.

Update Webhook

PATCH

/api/v1/webhooks/{id}

Update a specific webhook by ID.

Delete Webhook

DELETE

/api/v1/webhooks/{id}

Delete a specific webhook by ID.