Skip to main content

🇨🇴 Colombie — SIGEP par nom

Point d'accès

GET https://api.verifik.co/v2/co/sigep/name

Paramètre fullName. Avec numéro de document, préférez SIGEP par document.

En-têtes

NameValue
Acceptapplication/json
AuthorizationBearer <token>

Paramètres

nametyperequireddescription
fullNamestringyesNom complet à rechercher.

Requête

import axios from "axios";

const { data } = await axios.get("https://api.verifik.co/v2/co/sigep/name", {
params: { fullName: "FRANCIA ELENA MARQUEZ MINA" },
headers: {
Accept: "application/json",
Authorization: `Bearer ${process.env.VERIFIK_TOKEN}`,
},
});
console.log(data);

Réponse

{
"data": {
"fullName": "FRANCIA ELENA MARQUEZ MINA",
"legend": "",
"records": []
},
"signature": {
"message": "Certified by Verifik.co",
"dateTime": "October 27, 2025 8:46 AM"
},
"id": "4ROH0"
}

Remarques

  • fullName requis (sinon 409).
  • 200 avec records vide possible.
  • Indisponibilité SIGEP : 409 Endpoint_out_of_service.