Skip to content

Webhooks

Receive real-time HTTP notifications when key events occur in your account. Register endpoint URLs and subscribe to specific events to keep your systems in sync automatically.

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" ]