Verify Driving License
POST/verification/api/1.0/verifications/dl
Verify Driving License
Request
- application/json
Body
digilocker boolean
uri string
token string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
data object
{
"code": 0,
"message": "string",
"data": {}
}
Loading...