Documentation

Webhook signatures

Auth: Webhook signing secret (rk_whsec_)

rokochat delivers events via POST to your registered URL. Each request includes a Rokochat-Signature header. Verify the raw request body — not re-parsed JSON. Replay tolerance is 300 seconds. Retries: 10s, 1m, 5m, 30m, 2h, 6h.

Header parameters

NameTypeDescription
Rokochat-Signaturerequiredstringt=UNIX_TIMESTAMP,v1=HEX_HMAC

Responses

200Acknowledge receipt with any 2xx