Sent when the applicant finishes and submits the application.
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:"order.applicant.completed"
Example:"report.completed"
POST
{ "id": "evt_K9dM2pXqR4vN8tLZbWyHJa", "object": "event", "type": "order.applicant.completed", "created_at": "2019-08-24T14:15:22Z", "data": { "id": "ap_9f8e7d6c5b4a3210", "order_id": "ord_WHImYp5RjqUxBowWilloQ" } }