Webhooks
AlphaContinuous monitoring: get notified when check results resolve async or when an entity's risk changes after clearance.
Base path: /v1
Purpose
Today every `/check` is synchronous: you call and get the assessment in the response. Webhooks cover the cases where call-and-wait isn't enough: async check completion and risk that changes after you've cleared someone.
Usage
Subscribe to entity risk change events when you're ready for continuous monitoring. We notify you when a customer lands on a list, or when a shared device crosses a reuse threshold.
Unlocking This Service
Webhooks are in alpha and on the roadmap. Contact your Falador account manager for early access.
- Active Customer Intelligence integration with screening enabled
- Webhook endpoint registered over HTTPS
- Signed webhook secret configured in dashboard
Integration Notes
- Async results: a check that runs out-of-band finishes after the initial response; we push the updated assessment instead of making you poll.
- Continuous monitoring: notify the moment an entity's risk changes so you're not re-screening your whole book on a cron.
- Endpoint shapes and event types will be documented here before GA.