Authorizations
The access token received from the /token endpoint. Refer to the Authentication page for more details.
Body
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 '+'.
"2001004053"
The verification method based on the use case and authorization level. Current allowed values: "verifiedUser", "accountOpening", "bot", "prefill", "prefillForBiz", "identityResolution".
bot, verifiedUser, accountOpening, prefill, prefillForBiz, identityResolution "verifiedUser"
A client-generated unique ID for a specific customer. This can be used by clients to link calls related to the same customer, across different requests or sessions. The format of this ID is defined by the client - Prove recommends using a GUID, but any format can be accepted. Prove does not offer any functionality around the Client Customer ID. Do not include personally identifiable information (PII) in this field.
"e0f78bc2-f748-4eda-9d29-d756844507fc"
An optional client-generated unique ID our Enterprise customer inputs for that consumer across business lines. If the Enterprise customer has been able to identify a consumer across business lines and has a unique identifier for the consumer, they would input this value to Prove. 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.
"aad25769-23bb-458c-80db-50296a82c91b"
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 email address of the customer. Acceptable characters are: alphanumeric with symbols '@.+'.
"ecoldman1h@storify.com"
The first name of the individual.
"Elena"
The public IP address of the session of the individual. Acceptable characters
"192.168.1.1"
The last name of the individual.
"Coldman"
The User agent of the session of the individual.
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0"
Response
Successful request.
The unique ID that Prove generates for the flow.
"713189b8-5555-4b08-83ba-75d08780aebd"
The input phone number.
"2001004053"
The result of verification. This can be "true" or "false".
"true"
Additional Identities found as part of the verification flow.
The input ClientCustomerID.
"261ffa66-961a-4f90-8d93-6c85a450633d"
The input ClientHumanID.
"261ffa66-961a-4f90-8d93-6c85a450633d"
The input ClientRequestID.
"71010d88-d0e7-4a24-9297-d1be6fefde81"
The evaluation result for the policy. This will contain keys titled "authentication" and "risk" that encompass the different evaluation categories.
{
"firstName": "Elena",
"lastName": "Coldman",
"reasons": "[AL-1a] (Poor quality identity)",
"assuranceLevel": "AL-1"
}A Prove-generated identifier for the consumer.
"a07b94ce-218c-461f-beda-d92480e40f61"
A persistent ID that uniquely identifies a telephone subscriber.
"4B2C41FC4VKDEO100F960011D0AD4A8050MEK19P4SF9PD23EFE27CD2C76A6FAA8375E60AC0550604F6G32D9ED60E06262CCC570F3C15F2D16900184E"

