Skip to main content
The List Webhook Endpoints endpoint returns every webhook you have registered for your clinic, along with the event types each endpoint subscribes to and its current active state. Use this endpoint to audit your integrations, verify subscriptions, or build a management UI over your webhook configuration.

Endpoint

Authentication

Include your API key as a Bearer token in the Authorization header of every request.

Query Parameters

integer
default:"20"
Number of webhook records to return per page. Maximum value is 100.
string
Pagination cursor returned in the previous response’s meta.next_cursor. Omit this parameter to start from the first page.

Response Fields

array
Array of webhook endpoint objects registered to your clinic.
object
Pagination metadata for the current result set.
The secret field is never returned when listing webhooks. It is only included in the response when you first create the endpoint via POST /webhooks. If you lose your secret, you will need to delete the existing webhook and create a new one to receive a fresh signing secret.

Error Responses

Example Request

Example Response