Skip to main content
POST
/
webhooks
/
{id}
/
test
Send test ping
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>"
  }
}

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string
required

Webhook subscription ID

Response

Test result

data
object
Last modified on February 28, 2026