Skip to main content
GET
/
v1
/
webhooks
GET /v1/webhooks
curl --request GET \
  --url https://www.skaala.ai/api/v1/webhooks \
  --header 'X-API-Key: <api-key>'
{
  "200": {},
  "400": {},
  "401": {},
  "404": {},
  "500": {}
}

GET /v1/webhooks

GET /api/v1/webhooks List webhook subscriptions for the team

Responses

200
success
Successful response
400
error
Bad request - Invalid parametersReturns a Error object
401
error
Unauthorized - Invalid or missing API keyReturns a Error object
404
error
Not foundReturns a Error object
500
error
Internal server errorReturns a Error object

Code Examples

curl -X GET https://www.skaala.ai/api/v1/webhooks \
  -H "X-API-Key: sk_live_your_key_here"