Webhooks
Last updated
Last updated
Allpass.ai uses webhooks to notify your backend when an event happens in your client-side SDK. Webhooks are useful for asynchronous events like when an applicant completes a Verification or passes any step. You should specify your backend endpoint URL and get your Encryption Keys.
You can do it within the workplace
The Allpass webhook request has the same structure as all Allpass responses:
During the verification process you will receive webhooks with different types and data.
Allpass Webhook System wait for response with status 200
, otherwise the Webhook Retry System is activated after 30 seconds with exponential backoff and 10 attempts.
Where data is encrypted string. Read about