Skip to main content
GET
/
v1
/
verification
/
passport
Passport Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/passport \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": null,
  "transaction_id": "string",
  "sub_code": "SUCCESS",
  "message": "Passport verification successful",
  "data": {
    "file_number": "string",
    "name": "string",
    "dob": "string",
    "application_type": "string",
    "application_received_date": "string",
    "status": "string"
  }
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

file_number
string
required
dob
string
required

Response

Successful Response