Skip to content

Get webhook events

Request

Returns a list of all supported webhook event types available for subscription.

Security
BearerAuth
curl -i -X GET \
  https://docs.speedysticks.com/_mock/openapi/api/webhooks/events \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Events retrieved successfully

Bodyapplication/json
Array of strings
Response
[ "appointment.approved.v1", "appointment.denied.v1", "appointment.process.v1", "appointment.completed.v1" ]