Skip to content

Register a webhook URL (returns the signing secret once)

POST
/webhook/save/
curl --request POST \
--url https://app.qsig.in/backend/othercompanyapi/webhook/save/

QSign POSTs signing events here, signed with X-QSign-Signature (HMAC-SHA256 of the body using webhook_secret).

Saved

Media type application/json
object
webhook_secret
string
Example generated
{
"webhook_secret": "example"
}