identity_status_update event.
/v2/identities/{identity_id}/id_verification
Request
verification_url to the onboarding end user to undergo IDV.
Continue polling (or listening to the webhook) for the identity status to turn to ACTIVE as the signal for completion of KYC.
- The source of truth for identity status is the identity’s
statusfield — from GET identity, ordata.identity.statuson theidentity_status_updatewebhook. Do not rely on this endpoint’s top-levelstatus, which reports only the IDV check status.