Re-KYC

Request a user to re-verify an existing identity (e.g. periodic refresh or risk event).

POST /v1/identities/:identity_id/reverification-requests
x-api-key: <your-api-key>
{
  "reason": "Annual policy refresh"
}

Poll GET /v1/identities/:identity_id/reverification-request for the pending request status.

Was this page helpful?