cURL
curl --request GET \ --url https://www.skaala.ai/api/v1/webhooks/{webhookId} \ --header 'X-API-Key: <api-key>'
{ "200": {}, "400": {}, "401": {}, "404": {}, "500": {} }
GET /api/v1/webhooks/[webhookId] Get a single webhook subscription
Error
curl -X GET https://www.skaala.ai/api/v1/webhooks/example_webhookId \ -H "X-API-Key: sk_live_your_key_here"