Managing driver training records, especially for personnel handling dangerous goods in Colombia, can be a complex and time-consuming task. Fleet managers, transport companies, insurance providers, and compliance teams must ensure that every driver has completed the required training and holds valid certifications. Traditional manual verification in the SISCONMP system often involves navigating slow portals, cross-checking multiple records, and spending hours validating information.
Verifik’s SISCONMP Training Verification API transforms this process into a faster and smarter solution. Using only a driver’s document type and number, the API provides instant access to official training records, including the type of course, educational institution, license status, and expiration dates. This helps organizations maintain compliance, reduce risk, and streamline operations with ease.
Why Automating SISCONMP Training Verification Matters
Relying on manual checks exposes businesses to several risks. Drivers with expired or incomplete training may pose safety hazards, lead to regulatory penalties, or create operational bottlenecks. Manually searching for training records is error-prone and inefficient, particularly for companies managing large fleets or onboarding multiple drivers at once in Colombia.
By automating SISCONMP training verification, businesses can:
- Ensure only certified drivers are operating vehicles.
- Reduce the time and effort spent on compliance checks.
- Prevent operational delays due to missing or outdated training information.
- Maintain up-to-date records for audits, reporting, and safety monitoring.
Automation not only improves efficiency but also strengthens safety protocols and operational reliability.
What Verifik’s SISCONMP Training Records API Does
Verifik’s SISCONMP API gives companies instant access to verified training records for drivers registered in Colombia. With the API, you can retrieve:
- Driver’s full name and document details.
- Educational institution where the training was completed.
- Type and name of the training course (e.g., “CURSO BASICO”).
- Expedition and expiration dates for training certificates.
- License number and active/inactive status.
All data is official, coming directly from SISCONMP, making it reliable for compliance, operational decisions, and audits.
How Automated Plate-Based SISCONMP Checks Work
Automation with the SISCONMP API is straightforward and efficient. Here’s how it works:
Step 1: Contact Verifik to Request API Access
Start by reaching out to Verifik to set up your account. You will receive a secure API token that authenticates requests and keeps your data protected.
Step 2: Submit the Driver’s Document Type and Number
Your system sends a simple GET request to the API endpoint with the driver’s identification information.
Step 3: Receive Complete Training Records Instantly
The API returns all relevant information, including the type of training, institution, license number, expiration dates, and active status.
Step 4: Integrate the Data Into Your Workflow
The structured data can be displayed in dashboards, onboarding flows, compliance tools, or internal reporting systems for easy access and review.
Step 5: Take Action Using Verified Insights
With official training records available instantly, your team can confirm driver certification, schedule renewals, maintain regulatory compliance, and make operational decisions quickly and confidently.
Example Request and Response for SISCONMP Training Records API
Example Request in Node.js:
import axios from “axios”;
const { data } = await axios.get(“https://api.verifik.co/v2/co/sisconmp/trainings”, {
params: {
documentType: “CC”,
documentNumber: “1030644022”
},
headers: {
Accept: “application/json”,
Authorization: `Bearer ${process.env.VERIFIK_TOKEN}`
},
});
console.log(data);
Example Request in Python:
import requests
url = “https://api.verifik.co/v2/co/sisconmp/trainings”
headers = {
“Accept”: “application/json”,
“Authorization”: “Bearer YOUR_VERIFIK_TOKEN”
}
params = {
“documentType”: “CC”,
“documentNumber”: “1030644022”
}
response = requests.get(url, headers=headers, params=params)
print(response.json())
Example Response:
{
“data”: {
“DIVcodigHeadquarters”: “11001000”,
“DIVnameHeadquarters”: “BOGOTA”,
“NIDHeadquarters”: “9131”,
“NIT_educationalInstitution”: “901139908”,
“class”: “”,
“dateExpedition”: “2021/09/11”,
“dateExpeditionLicense”: “2016/12/10”,
“descriptionClass”: “”,
“documentNumber”: “1030644022”,
“documentType”: “CC”,
“expirationDate”: “2023/09/11”,
“expirationDateLicense”: “2026/12/10”,
“inactive”: “No”,
“lastName”: “URIBE SANCHEZ”,
“licenseNumber”: “1030644022”,
“nameFile”: “ejemplo”,
“nameHeadquarters”: “INSTITUCION DE EDUCACION PARA EL TRABAJO Y EL DESARROLLO HUMANO CORPOIBEROAMERICANA S.A.S”,
“nameTraining”: “CURSO BASICO”,
“names”: “CHRISTIAN XAVIER”,
“numericalValueClass”: “0”,
“typeTraining”: “CURSO BASICO”,
“typeVehicle”: “”
},
“signature”: {
“message”: “Certified by Verifik.co”,
“dateTime”: “July 13, 2023 4:05 PM”
}
}
Conclusion
Automating SISCONMP training record checks with Verifik’s API simplifies compliance, reduces risk, and saves time. By accessing verified training data in seconds, companies can confidently manage drivers, maintain safety standards, and streamline operational processes.
Contact Verifik today to book a free demo and see how easy it is to automate SISCONMP driver training verification for your fleet. Ensure compliance, improve efficiency, and make informed decisions faster than ever before.



