Qscore consent revoked
A consent link was revoked, either by the holder declining the request on the public page or by your account calling POST /v1/qscore/consents/{id}/revoke. A revoked consent no longer feeds positive banking data into new Qscore reports.
Every delivery includes X-Webhook-Event, X-Webhook-Event-ID, X-Webhook-Delivery-ID, X-Webhook-Timestamp and X-Webhook-Signature = hex(HMAC-SHA256(secret, timestamp + "." + body)). Respond 2xx; up to 5 attempts with incremental backoff.
WEBHOOK
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Body
application/json
Available options:
person, company Available options:
credit_evaluation, tenant_screening, hiring, supplier_onboarding, other Available options:
revoked Response
200
Return any 2xx to acknowledge the delivery.
Last modified on August 22, 2026