Know Your Customer
...
Global
UAE
Saudi Arabia Driving License Verification API
overview the saudi driving license verification api allows you to verify and retrieve the details of an individual’s driving license based on their saudi national id/iqama and date of birth (dob) this api is designed to help verify saudi driving license details, including license status, type, and issue/expiry dates curl prod curl location 'https //api signzy ae/api/v3/uae/ksa dlv' \\ \ header 'authorization ' \\ \ header 'content type application/json' \\ \ data raw '{ "nidnumber" "\<national id>", "dob" "\<yyyy mm dd>" }' pre prod curl location 'https //api preproduction signzy app/api/v3/uae/ksa dlv' \\ \ header 'authorization ' \\ \ header 'content type application/json' \\ \ data raw '{ "nidnumber" "\<national id>", "dob" "\<yyyy mm dd>" }' input table request parameter description nidnumber national id number or iqama of ksa must be 10 digits dob date of birth of id holder output resposne { "result" { "nidnumber" "national id", "name" "id holder name", "licensetype" "private", "licensestatus" "valid", "licenseissuedate" "2017 02 15", "licenseexpirydate" "2021 12 22" } } field type description nidnumber string the saudi national id number is associated with the driving license name string the driver’s full name as per the saudi driving license records licensetype string the type of the driving license issued (e g , private, commercial) licensestatus string the current status of the license (e g , valid, expired) licenseissuedate string the date the license was issued, format yyyy/mm/dd licenseexpirydate string the date the license will expire, format yyyy/mm/dd error signzy error code message 200 details – data found and request was successful 200 data not found, please try again 400 bad request description of error 404 data not found 409 upstream down error 409 upstream down error getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!