Welcome the Quebec Driver License Validator — The Future of ID Verification!

Miguel Treviño
3 min readAug 28, 2023

--

Hello tech enthusiasts, developers, and innovators! Just when you thought the world of identity verification couldn’t get any more streamlined, we’re excited to bring another delightful surprise. Continuing our commitment to making ID validation effortless worldwide, we proudly unveil our latest API for Quebec — The Quebec Driver License Validator!

Dive Deeper: What’s The Quebec Driver License Validator?

With a growing demand for secure, accurate, and swift ID validation tools, we’ve expanded our range to the beautiful province of Quebec in Canada. Our Quebec Driver License Validator API seamlessly verifies the authenticity of driver’s licenses from Quebec, ensuring accuracy and reliability at the click of a button.

Making The Magic Happen: How Does It Work?

Our API is intuitive and straightforward, saving you from the intricacies of manual verification. Here’s your quick guide:

  1. Endpoint: https://api.verifik.co/v2/ca/quebec/driver-license.
  2. Parameter:

Keep it simple! You just need to provide one parameter:

  • documentNumber: The driver’s license number you aim to validate. (e.g., "P1315-230975-09")

Let’s demonstrate this with a quick code example using Node.js and the axios library:

const axios = require('axios');

axios.get("https://api.verifik.co/v2/ca/quebec/driver-license", {
params: {
documentNumber: "P1315-230975-09"
},
headers: {
Authorization: `JWT ${yourVerifikToken}`
},
})
.then(response => {
console.log(response.data);
})
.catch(error => {
console.error(error);
});

The wonders of tech never cease, do they?

The response would look something like this:

{
"data": {
"classLicense": {
"5": "5 - Automobile",
"8": "8 - Tractors",
"4B": "4B - Minibus (seating capacity of 24 passengers or less)",
"4C": "4C - Taxi",
"6A": "6A - Motorcycle",
"6B": "6B - Motorcycle (400 cc or less)",
"6C": "6C - Motorcycle (125 cc or less)",
"6D": "6D - Moped or scooter",
"6E": "6E - Three-wheel motorcycles"
},
"condition": "W - Driving a vehicle covered by class 4B is prohibited in the United States",
"confirmationNumber": "8001927256",
"dateOfIssue": "2021-12-13",
"documentNumber": "P1315-230975-09",
"status": "Validity"
},
"signature": {
"dateTime": "August 28, 2023 6:34 PM",
"message": "Certified by Verifik.co"
},
"id": "7bkfk"
}

Why Should You Consider Our Quebec Driver License Validator API?

  • Effortlessness: One endpoint. One parameter. Zero hassles!
  • Swift Feedback: Because time is of the essence. Our API furnishes quick, real-time responses.
  • Uncompromised Security: Every bit of data is treated with utmost respect and security.
  • Future Ready: Whether you’re a budding startup or a giant conglomerate, our API scales in line with your ambitions.

In the arena of identity verification, the Quebec Driver License Validator API is the ace up your sleeve. It’s not just a tool; it’s your trusted ally in ensuring genuine interactions and safeguarding interests.

So, what are you waiting for? Dive into our API documentation for a deeper look, or better yet, start incorporating it into your platform today!

Your journey towards streamlined identity verification in Quebec is just one API call away. Here’s to safer, faster, and smarter verifications!

Create an account now in Verifik.co and get 10 USD to validate some licenses for FREE!

We invite you to visit Verifik.co and explore the diverse range of services we provide to meet the varying needs of businesses and developers alike. Our platform is teeming with innovative solutions designed to streamline your workflows, boost efficiency, and accelerate your digital transformation journey.

To make your acquaintance with Verifik even more exciting, we are offering a 10 USD credit to all our new users. This means you can try out our top-tier solutions, including the OCR API, completely free! With this offer, you have the perfect opportunity to experience the difference our state-of-the-art technology can bring to your processes.

--

--

Miguel Treviño
Miguel Treviño

Written by Miguel Treviño

I am a Senior Software Engineer currently working with biometrics and AI. I am the CTO at Verifik (https://verifik.co) & Zelf (https://zelf.world)

No responses yet