Documentation Index
Fetch the complete documentation index at: https://developer.prove.com/llms.txt
Use this file to discover all available pages before exploring further.

Identities that pass the Global Fraud Policy are automatically enrolled in Manage.
Prerequisites
- Access token — Obtain a bearer token using Prove OAuth (Authentication).
Implementation steps
Call the Verify Endpoint
Make a request to the For Pre-Fill for Consumers, set
/v3/verify endpoint including the Authorization header. Generate a bearer token as outlined on the Authentication page.cURL
Replace
<YOUR_ACCESS_TOKEN> with your acquired access token.verificationType to prefill and include phoneNumber. You can also pass clientRequestId, clientCustomerId, clientHumanId, or proveId when you need that linkage.Process the Response
Use the samples below together with the
/v3/verify response schema. Cross-check field meanings with Assurance levels and Global Fraud Policy when interpreting codes and evaluations.In practice
success— Branch your UX and backend logic on pass vs fail.identity— Use returned attributes for pre-fill where appropriate; readassuranceLevelandreasonsfor policy (allow, step-up, deny).evaluation— Interpret authentication, identification, and risk under Global Fraud Policy; use failure codes whensuccessis false.- IDs — Persist
correlationId(andproveIdwhen present) if you need support, auditing, or linking to other Prove flows.
clientCustomerId and clientHumanId; see /v3/verify for details.Sandbox testing
Test users
The following test users are available for testing using the/v3/verify endpoint in the Sandbox environment. Use these test users to simulate different verification scenarios and outcomes.
Use these test phone numbers exactly as shown. The sandbox environment doesn’t validate real customer information.
| Phone Number | First Name | Last Name | Verification Type | Expected Outcome |
|---|---|---|---|---|
2001004065 | Mead | Willment | prefill | Success |
2001004067 | Roxi | Mannering | prefill | Success |
Testing steps
- Mead
- Roxi
Use test user Mead Willment to verify a successful verification:Expected response:
cURL

