Validate phone number.
Send this request to check the phone number entered/discovered earlier in the flow is validated. It will return a correlation ID and the next step.
Welcome to the Prove Platform documentation. This documentation applies if you use the client-side SDK and Prove Platform APIs.
For access to classic documentation, contact support@prove.com
or your Prove representative.
Prove Pre-Fill and Prove Identity are available in the United States and Canada. Verified Users is available in additional countries.
Use the following base URLs when integrating Prove Pre-Fill or Prove Identity:
https://platform.uat.proveapis.com
- North America Staging Environment
https://platform.proveapis.com
- North America Production Environment
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Correlation ID is the unique ID that Prove generates for the flow. It is returned from the Start endpoint and cannot be reused outside of a single flow.
"713189b8-5555-4b08-83ba-75d08780aebd"
Response
Challenge missing returns true if a DOB or SSN needs to be passed in on the next step.
true
Next contains the next set of allowed calls in the same flow.
{ "v3-challenge": "/v3/challenge" }
Success returns true if the phone number was validated.
true
PhoneNumber is the number of the mobile phone for which validation was performed.
"2001001686"