Skip to main content

Verify Colombian Affiliations

Endpointโ€‹

https://api.verifik.co/v2/co/afiliaciones

The Verify Colombian Affiliations service allows users to access detailed information about an individual's affiliations with various entities in Colombia.

By providing parameters such as document type, document number, and date, the service returns a response that includes personal information along with details about the individual's affiliations with EPS (healthcare provider), ARL (work-related risk insurance), AP (pension fund), caja de compensaciรณn (compensation fund), and cesantรญas (unemployment fund).

This service is particularly valuable for companies and organizations that need to verify an individual's affiliations in Colombia for purposes such as employment verification or benefits eligibility.

Headersโ€‹

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>

Query Parametersโ€‹

NameTypeRequired?DescriptionExample
documentTypeStringTrueDocument type of the person to consult. Parameters: CC, PA, CE, PEP.CC
documentNumberStringTrueDocument number of the person to consult, without spaces or points.123456789
dateStringTrueExpedition date of the document, must be entered as follows: DD/MM/YYYY.05/05/2020

Requestโ€‹

import axios from 'axios';

const options = {
method: 'GET',
url: 'https://api.verifik.co/v2/co/afiliaciones',
params: {
documentType: 'CC',
documentNumber: '123456789',
date: '05/05/2022'
},
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": {
"informaciรณnPersonal": {
"fechaCorte": "2022-08-19",
"documentoIdentidad": "CC 123456789",
"primerNombre": "MATEO",
"segundoNombre": "",
"primerApellido": "VERIFIK",
"segundoApellido": "",
"sexo": "M"
},
"eps": {
"fechaCorte": "2022-08-19",
"eps": "FAMISANAR E.P.S. LTDA - CAFAM - COLSUBSIDIO -CM",
"regimen": "Subsidiado",
"fechaAfiliacion": "01/09/2020",
"estadoAfiliacion": "Activo",
"tipoAfiliado": "CABEZA DE FAMILIA",
"departamentoMunicipio": "BOGOTA D.C."
},
"ap": {
"fechaCorte": "2022-08-19",
"pensiones": [
{
"regimenPensional": "PENSIONES: AHORRO INDIVIDUAL",
"administradoraPensional": "SOCIEDAD ADMINISTRADORA DE FONDOS DE PENSIONES Y CESANTIAS PORVENIR SA",
"fechaAfiliacionPensional": "1996-03-01",
"estadoPensional": "Inactivo"
}
]
},
"arl": {
"fechaCorte": "2022-08-19",
"riesgos": [
{
"administradora": "POSITIVA COMPAร‘IA DE SEGUROS",
"fecha": "2016-09-01",
"estado": "Activa",
"actividad": "EMPRESAS DEDICADAS A ACTIVIDADES DE LAS INSTITUCIONES PRESTADORAS DE SERVICIOS DE SALUD, CON INTERNACION INCLUYE HOSPITALES GENERALES, CENTROS DE ATENCIร“N Mร‰DICA CON AYUDAS DIAGNOSTICAS, INSTITUCIONES PRESTADORAS DE SERVICIOS DE SALUD, CENTROS ESPECIALIZADOS (EXCEPTO DE RADIODIAGNOSTICOS Y/O RADIOTERAPIA), HOSPITALES PARA TUBERCULOSOS, INSTITUCIONES DE SALUD MENTAL",
"municipioLaboral": "Bogotรก, D.C.- BOGOTร"
},
{
"administradora": "RIESGOS PROFESIONALES COLMENA SA COMPAร‘IA DE SEGUROS DE VIDA",
"fecha": "2009-08-01",
"estado": "Activa",
"actividad": "EMPRESAS DEDICADAS A OTRAS ACTIVIDADES EMPRESARIALES NCP INCLUYE OFICINAS DE NEGOCIOS VARIOS TALES COMO COBRANZAS DE CUENTAS, ACTIVIDADES DE EVALUACIร“N EXCEPTO LAS RELACIONADAS CON BIENES RAรCES Y NEGOCIOS, ACTIVIDADES DE INTERMEDIACIร“N Y PROMOCIร“N COMERCIAL, SUBASTAS, TRAMITACIร“N DE DOCUMENTOS, ACTIVIDADES DE REDACCIร“N, TRADUCCIร“N E INTERPRETACIร“N, ACTIVIDADES DE MICROFILMACIร“N, ACTIVIDADES DE DEMOSTRACIร“N Y EXHIBICIร“N INCLUSO LA PRESTACIร“N DE SERVICIOS PROFESIONALES, ACTIVIDADES DE AGENCIAS, DISEร‘O DE TELAS PRENDAS DE VESTIR ETC",
"municipioLaboral": "Bogotรก, D.C.- BOGOTร"
},
{
"administradora": "SEGUROS DE VIDA COLPATRIA SA",
"fecha": "2012-02-15",
"estado": "Activa",
"actividad": "EMPRESAS DEDICADAS A ACTIVIDADES DE LAS INSTITUCIONES PRESTADORAS DE SERVICIOS DE SALUD, CON INTERNACION INCLUYE HOSPITALES GENERALES, CENTROS DE ATENCIร“N Mร‰DICA CON AYUDAS DIAGNOSTICAS, INSTITUCIONES PRESTADORAS DE SERVICIOS DE SALUD, CENTROS ESPECIALIZADOS (EXCEPTO DE RADIODIAGNOSTICOS Y/O RADIOTERAPIA), HOSPITALES PARA TUBERCULOSOS, INSTITUCIONES DE SALUD MENTAL",
"municipioLaboral": "Bogotรก, D.C.- BOGOTร"
}
]
},
"cajaCompensacion": {
"fechaCorte": "2022-08-19",
"cajas": []
},
"cesantias": {
"fechaCorte": "2022-08-19",
"cesantias": []
}
},
"signature": {
"dateTime": "August 30, 2022 2:49 PM",
"message": "Certified by Verifik.co"
}
}

Featuresโ€‹

  • Affiliation Verification: Verify affiliations with EPS, ARL, AP, compensation funds, and severance funds
  • Personal Information: Access personal information of the individual
  • Affiliation Status: Verify the current status of all affiliations
  • Employment Information: Access information about employers and work activities
  • Health Information: Verify EPS affiliation and health regime
  • Pension Information: Verify affiliation to pension funds
  • Risk Information: Verify ARL affiliation and work activities
  • Structured Response: Organized data format for easy integration
  • Multiple Programming Languages: Support for JavaScript, Python, PHP, and Swift
  • Error Handling: Comprehensive error responses for various scenarios

Use Casesโ€‹

  • Employment Verification: Verify employment affiliations for hiring processes
  • Benefits Eligibility: Verify affiliations to determine benefits eligibility
  • Due Diligence: Verify affiliations for due diligence processes
  • Regulatory Compliance: Comply with regulatory requirements for affiliation verification
  • Identity Verification: Verify personal information and affiliations of the individual