cURL
curl --request GET \ --url https://www.skaala.ai/api/v1/webhooks/events \ --header 'X-API-Key: <api-key>'
{ "200": {}, "400": {}, "401": {}, "404": {}, "500": {} }
GET /api/v1/webhooks/events List available webhook event types (public endpoint for documentation)
Error
curl -X GET https://www.skaala.ai/api/v1/webhooks/events \ -H "X-API-Key: sk_live_your_key_here"