cURL
curl --request POST \ --url https://www.skaala.ai/api/v1/webhooks \ --header 'X-API-Key: <api-key>'
{ "200": {}, "400": {}, "401": {}, "404": {}, "500": {} }
GET /api/v1/webhooks List webhook subscriptions for the team
Error
curl -X POST https://www.skaala.ai/api/v1/webhooks \ -H "X-API-Key: sk_live_your_key_here" \ -H "Content-Type: application/json" \ -d '{ // Your request body here }'