Driver's license(Basic)
Verify driver's license with a boolean response
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
'status': True,
'detail': 'DL Verification Successfull',
'response_code':'00',
'frsc_data': {
"verified":True,
"message":"Drivers License details was verified successfully"
}
}Last updated