Check the identity-verification status of a user
Returns the identity-verification status for one of your users.Documentation Index
Fetch the complete documentation index at: https://docs.proof.community/llms.txt
Use this file to discover all available pages before exploring further.
Bearer <client_token>.| Status | Meaning |
|---|---|
not_started | The user has never opened the widget or has not submitted documents |
pending | Documents submitted; under review |
verified | Verification passed; the user can transact |
failed | Verification failed; the user must retry inside the widget |
| HTTP | error | code | Cause |
|---|---|---|---|
| 401 | unauthorised | invalid_token | Missing or inactive client_token |
| 404 | not_found | not_found | The partner_user_id is unknown for your partner |
| 502 | upstream_error | provider_error | Verification service failed; retry |