cURL
curl --request GET \ --url https://api.arkhq.io/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "webhooks": [ { "id": "456", "name": "<string>", "url": "<string>", "enabled": true, "events": [ "<string>" ] } ] }, "meta": { "requestId": "req_V1StGXR8_Z5jdHi6" } }
Get all configured webhook endpoints
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY
List of webhooks
Show child attributes