Endpoint
Authentication
Include your API key as a Bearer token in theAuthorization 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.