Outbound HTTP callbacks Checkr Tenant sends to your endpoints when lifecycle events happen. See the Webhooks guide for delivery semantics, retries, and signature verification.
Sent when an order has finished processing and the full report is available. See the Webhooks guide for delivery semantics, retry behavior, and signature verification.
Security
bearer-token
Signature header in the form t=<unix_ts>,v1=<hmac_sha256_hex>. See Verifying signatures.
Example:t=1714414933,v1=8d2bf3ac0f9e1b2d4c5a6e7f8091a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9
Unique event id. Stable across retries — use it for idempotency on the receiving side.
Example:"evt_K9dM2pXqR4vN8tLZbWyHJa"
Event type. See the Webhooks guide for the current catalog.
Value:"report.completed"
Example:"report.completed"
POST
{ "id": "evt_K9dM2pXqR4vN8tLZbWyHJa", "object": "event", "type": "report.completed", "created_at": "2019-08-24T14:15:22Z", "data": { "id": "rp_F3hQ7wEsLp2xBnVcRuMyTk", "order_id": "ord_WHImYp5RjqUxBowWilloQ" } }