Passport verification V2
Key | Value |
Authorization | access token (returned as id field of login request) |
Content-type | application/json |
PARAMETERS | DESCRIPTION | TYPE | VALUE (COMPULSORY OR OPTIONAL) |
type | Supported type parameter for creation of Identity objects
| String | COMPULSORY |
E-mail can't be empty | String | COMPULSORY | |
callbackUrl | callbackUrl is where the data is posted on each activity performed on this Identity object. | String | COMPULSORY |
images | blank | List | COMPULSORY |
Key | Value |
Authorization | access token (returned as id field of login request) |
Content-type | application/json |
Parameter | Type | Required | Description |
task | string | Yes | The task to be performed by the API. For the driving license verification, the value should be "verification". |
essentials | object | Yes | The essential details of the driving license that you want to verify. This should include the fileNumber, date of birth. |