Skip to main content

Ontario Driver License

Endpoint​

https://api.verifik.co/v2/ca/ontario/driver-license 

The Ontario Driver's License service allows you to quickly obtain essential information about a driver's license issued in the province of Ontario, Canada. By providing the document number, you can access details such as the license status and the associated verification number.

Use this service to validate and verify the authenticity of Ontario driver's licenses efficiently. Whether you need to confirm the validity of a driver's license for identification or regulatory purposes, this service provides accurate and up-to-date license information.

Headers​

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>

Parameters​

NameTypeRequiredDescriptionExample
documentNumberStringYesDriver's license to consult, all data must be entered exactly as found in this document.S123456789123456

Request​

import axios from 'axios';

const options = {
method: 'GET',
url: 'https://api.verifik.co/v2/ca/ontario/driver-license',
params: {documentNumber: 'S123456789123456'},
headers: {
Accept: 'application/json',
Authorization: 'jwt <tu_token>'
}
};

try {
const { data } = await axios.request(options);
console.log(data);
} catch (error) {
console.error(error);
}

Response​

{
"data": {
"documentNumber": "S123456789123456",
"licenceStatus": "Valid",
"verificationNumber": "123V5"
},
"signature": {
"dateTime": "March 12, 2024 3:47 PM",
"message": "Certified by Verifik.co"
},
"id": "8X9FD"
}

Features​

  • License Status Verification: Quickly obtain essential information about Ontario driver licenses
  • Simple Parameter: Only requires document number for verification
  • Verification Number: Get the associated verification number for additional validation
  • Multiple Programming Languages: Support for JavaScript, Python, Swift, and PHP
  • Regulatory Compliance: Perfect for identification and regulatory purposes