The Only API docs
Webhooks

Send a test delivery

Fire a synthetic event at the webhook so you can verify the endpoint and signature handling. The delivery carries X-OnlyAPI-Signature (sha256=<hex digest>),…

POST
/webhooks/{webhook_id}/test

Fire a synthetic event at the webhook so you can verify the endpoint and signature handling. The delivery carries X-OnlyAPI-Signature (sha256=), X-OnlyAPI-Timestamp, X-OnlyAPI-Event and X-OnlyAPI-Delivery-Id; the digest is HMAC-SHA256 over "{X-OnlyAPI-Timestamp}." + the raw body.

Guide: Webhooks

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

webhook_id*integer

Response Body

application/json

curl -X POST "https://example.com/webhooks/0/test"
{  "success": true}