https://platform.uat.proveapis.com - North America Sandbox Environmenthttps://platform.proveapis.com - North America Production Environmenthttps://platform.uat.eu.proveapis.com - European Union Sandbox Environmenthttps://platform.eu.proveapis.com - European Union Production EnvironmentAuthorizations
The access token received from the /token endpoint. Refer to the Authentication page for more details.
Body
A client-generated unique ID for a specific session. This can be used to identify specific requests. The format of this ID is defined by the client - Prove recommends using a GUID, but any format can be accepted. Do not include Personally Identifiable Information (PII) in this field.
"71010d88-d0e7-4a24-9297-d1be6fefde81"
The type of device being used - either desktop if using a desktop,
mobile for iOS/Android native apps and mobile web, or none if no possession
check is required.
"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
If true, TrustScore verification will be performed.
true
A client-generated unique ID for a specific customer.
"e0f78bc2-f748-4eda-9d29-d756844507fc"
A client-generated unique ID to identify a specific customer across business lines.
"7bfbb91d-9df8-4ec0-99a6-de05ecc23a9e"
The unique identifier for the Prove Key on the device.
"bf9ea15d-7dfa-4bb4-a64c-6c26b53472fc"
The email address of the customer. Acceptable characters are: alphanumeric with symbols '@.+'.
"sbutrimovichb@who.int"
The URL where the end user will be redirected at the end of Instant Link flow. Required when possessionType=desktop.
Acceptable characters are: alphanumeric with symbols '-._+=/:?'. Max length is 128 characters.
"https://www.example.com/landing-page"
The IP address of the customer. Acceptable characters are: Alphanumeric with '.:' symbols.
"192.168.0.1"
The mobile phone number. US phone numbers can be passed in with or without a leading +1. International phone numbers require a leading +1. Use the appropriate endpoint URL based on the region the number originates from. Acceptable characters are: alphanumeric with symbols '+'.
Required except when MobileAuth is used in US or a valid ProveID is provided.
"2001004011"
A unique ID to identify a specific customer obtained from a previous successful authentication.
Required if phoneNumber is not present and mobileAuth is not enabled in the US or phoneNumber is not present in the EU.
"a07b94ce-218c-461f-beda-d92480e40f61"
If true, rebinds the Prove Key with the newly verified phone number.
true
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.
Default language is English. Max length is 160 characters. Non-ASCII characters are allowed.
"#### is your verification code."
Response
Successful Request.
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 status of the Unify request.
"pending"
The one-time use JWT for the client-side SDK.
"eyJhbGciOi..."

