POST
/
v3
/
verify-status
curl --request POST \
  --url https://platform.uat.proveapis.com/v3/verify-status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "clientRequestId": "71010d88-d0e7-4a24-9297-d1be6fefde81",
  "correlationId": "713189b8-5555-4b08-83ba-75d08780aebd"
}'
{
  "success": "pending",
  "possessionResult": "pending",
  "verifyResult": "pending"
}

Use the following base URLs when integrating :

https://platform.uat.proveapis.com - North America Sandbox Environment

https://platform.proveapis.com - North America Production Environment

https://platform.uat.eu.proveapis.com - European Union Sandbox Environment

https://platform.eu.proveapis.com - European Union Production Environment

Authorizations

Authorization
string
header
required

The access token received from the /token endpoint. Refer to the Authentication page for more details.

Body

application/json

Response

200
application/json
Successful Request

The response is of type object.