https://platform.uat.proveapis.com - North America Sandbox Environmenthttps://platform.proveapis.com - North America Production EnvironmentAuthorizations
The access token received from the /token endpoint. Refer to the Authentication page for more details.
Body
The type of device being user - either desktop for desktop web or mobile for iOS/Android native apps and mobile web.
"mobile"
If true, the customer can re-enter the OTP up to three times. Code must also be implemented. See client-side SDK guide for more details.
true
The date of birth in one of these formats: YYYY-MM-DD, YYYY-MM, or MM-DD. Acceptable characters are: numeric with symbol '-'.
It is recommended you do NOT pass this value into the Start step. Prove will attempt to pre-fill data using phone number only.
"1981-01"
The email address of the customer. Acceptable characters are: alphanumeric with symbols '@.+'.
"mpinsonm@dyndns.org"
The URL where the end user will be redirected at the end of the Instant Link flow. Required only when flowType=desktop. Acceptable characters are: alphanumeric with symbols '-._+=/:?'. Max length is 128 characters.
"https://www.example.com/landing-page"
The IP address of the mobile device. Acceptable characters are: numeric with symbols ':.'.
"10.0.0.1"
The number of the mobile phone. Refer to the Prove Pre-Fill Implementation guide and Prove Identity Implementation guide for situations where this field is not required. Acceptable characters are: alphanumeric with symbols '+'.
"2001001695"
The message body sent in the Instant Link (flowType=desktop) or OTP (flowType=mobile) SMS message. If not provided, the following default messages will be used:
Instant Link: "Complete your verification. If you did not make this request, do not click the link. ####" The verification URL replaces ####.
OTP: "#### is your temporary code to continue your application. Caution: for your security, don't share this code with anyone." Use ####, #####, or ###### to generate 4-6 digit verification codes respectively.
Max length is 160 characters. Non-ASCII characters are allowed.
"#### is your temporary code to continue your application. Caution: for your security, don't share this code with anyone."
The full or last 4 digits of the social security number. Acceptable characters are: numeric.
It is recommended you do NOT pass this value into the Start step. Prove will attempt to pre-fill data using phone number only.
"0596"
Response
Successful request.
A bearer token used by the client-side SDK.
"eyJhbGciOi..."
The unique ID that Prove generates for the flow. To continue the flow, the field will also be used for each of the subsequent API calls in the same flow - it cannot be reused outside of a single flow.
"713189b8-5555-4b08-83ba-75d08780aebd"
The next set of allowed API calls in the same flow.
{ "v3-validate": "/v3/validate" }
