Returns a list of all supported webhook event types available for subscription.
Security
BearerAuth
- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/webhooks/events
- Productionhttps://api.speedysticks.com/api/webhooks/events
curl -i -X GET \
https://docs.speedysticks.com/_mock/openapi/api/webhooks/events \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ "appointment.approved.v1", "appointment.denied.v1", "appointment.process.v1", "appointment.completed.v1" ]