Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.app.hrizn.io/v1/public/webhooks/{id}/test \ --header 'X-API-Key: <api-key>'
{ "data": { "webhook_id": "<string>", "delivered": true, "response_status": 123, "response_body": "<string>", "error": "<string>" } }
Sends a synchronous test.ping event to the webhook URL.
Your Hrizn API key (prefix hzk_)
Webhook subscription ID
Test result
Hide child attributes