Skip to main content

Colombian Citizen with Extra Data

Verifik's Identity Verification API helps you access detailed information about Colombian citizens using their government-issued ID (Cรฉdula de Ciudadanรญa). It's designed to streamline your KYC (Know Your Customer) processes, prevent fraud, and ensure you meet all regulatory requirements effortlessly.

We built this integration for businesses requiring in-depth identity checks for advanced KYC processes, fraud detection, or compliance in Colombia. This endpoint provides core detailsโ€”full name, first name, last name, and ID numberโ€”along with extended private data, including date of birth, gender, and living status.

Note: This endpoint is exclusive to Colombian ID documents (Cรฉdula de Ciudadanรญa). For other countries or document types, please refer to our alternative validation services. Use responsibly due to the sensitive nature of the data returned.

What does this API validate?โ€‹

Our API connects directly with official records to validate:

  • Full Name & CC Number: Supports Cรฉdula de Ciudadanรญa (CC) documents.
  • Identity Match: Confirms that the name provided matches the CC number.
  • Extended Personal Data: Returns date of birth, gender, and living status.
  • Document Information: Validates document type, number, expedition date, and place.
  • Demographic Data: Provides gender and living status verification.

By verifying these details, you can be confident that the person you're dealing with is real and holds a valid document, significantly lowering the risk of impersonation and fraud.

API Referenceโ€‹

Endpointโ€‹

https://api.verifik.co/v2/co/cedula/extra

Headersโ€‹

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>

Query Parametersโ€‹

NameTypeRequiredDescriptionExample
documentTypeStringTrueType of document. Valid parameter: CC.CC
documentNumberStringTrueDocument number of the person to consult, without spaces or periods.123456789
dateStringTrueDocument issue date. Valid format: DD/MM/YYYY.10/10/2020

Requestโ€‹

import axios from 'axios';

const options = {
method: 'GET',
url: 'https://api.verifik.co/v2/co/cedula/extra',
params: {documentType: 'CC', documentNumber: '123456789', date: '10/10/2020'},
headers: {
Accept: 'application/json',
Authorization: 'Bearer <your_token>'
}
};

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

Responseโ€‹

{
"data": {
"documentType": "CC",
"documentNumber": "123456789",
"fullName": "MATEO VERIFIK",
"firstName": "MATEO",
"lastName": "VERIFIK",
"arrayName": [
"MATEO",
"VERIFIK"
],
"expeditionDate": "2022-05-10T00:00:00.000Z",
"expeditionPlace": {
"municipio": "BOGOTA D.C.",
"departamento": "BOGOTA"
},
"dateOfBirth": "1999-05-07T00:00:00.000Z",
"gender": "HOMBRE",
"isAlive": true
},
"signature": {
"dateTime": "August 23, 2022 11:42 AM",
"message": "Certified by Verifik.co"
}
}

Notesโ€‹

  • This endpoint requires the document issue date (date parameter) in DD/MM/YYYY format
  • Only CC (Cรฉdula de Ciudadanรญa) document type is supported
  • Returns sensitive personal information including date of birth, gender, and living status
  • Use responsibly and ensure compliance with data protection regulations

Common Use Casesโ€‹

  • Advanced KYC Processes: Perform in-depth identity checks for enhanced compliance and fraud detection.
  • Financial Services: Verify comprehensive identity data for banking and financial service applications.
  • Employment Verification: Validate detailed personal information for hiring processes.
  • Compliance & Due Diligence: Ensure compliance with Colombian regulations requiring extended identity data.
  • Fraud Detection: Access extended data for advanced fraud prevention and risk assessment.

Official Sources & Reliabilityโ€‹

We connect directly with official Colombian government sources to ensure you receive verified, up-to-the-minute information. Every query is handled with strict adherence to security and regulatory standards.

Key Benefitsโ€‹

  • Automated Compliance: Streamline your KYC checks to prevent fraud without adding friction for your users.
  • Extended Data Access: Get comprehensive identity information including date of birth, gender, and living status.
  • Trusted Data: Rely on data sourced directly from official records.
  • Easy Integration: Connect easily via our REST API or use our compatible SDKs.

Compliance & Securityโ€‹

We prioritize the safety of your data. Verifik uses advanced encryption (HTTPS/TLS 1.3) and strict privacy management standards to ensure confidentiality. Our service is monitored 24/7 for availability and offers role-based access controls to keep your team's access secure.

Important: This endpoint returns sensitive personal information. Use responsibly and ensure compliance with data protection regulations, including Colombian privacy laws.

About Verifikโ€‹

Verifik is a leading platform for identity verification, compliance, and fraud prevention across Latin America. Our APIs automate KYC, KYB, AML, and biometric validation processes, connecting businesses with official data sources in Colombia, Mexico, Peru, Chile, Uruguay, Argentina, Brazil, and beyond.