Skip to main content

Bolivia

Endpoint

https://api.verifik.co/v2/bo/company

Recuperar datos de empresa boliviana por identificador tributario.

Headers

NameValue
Acceptapplication/json
AuthorizationBearer <token>

Parámetros

NameTypeRequiredDescription
documentNumberstringYesCompany identifier.
documentTypestringYesAllowed: NIT.

Solicitud

import axios from "axios";

const { data } = await axios.get("https://api.verifik.co/v2/bo/company", {
params = {"documentNumber": "1234567","documentType" => "NIT"}
headers: { Accept: "application/json", Authorization: `Bearer ${process.env.VERIFIK_TOKEN}` },
});
console.log(data);

Respuesta

{
"data": {
"businessName": "INETYF AUTOMATIZACION",
"dateLastState": "",
"documentNumber": "5287278014",
"documentType": "NIT",
"status": "ACTIVO"
},
"signature": {
"dateTime": "October 10, 2025 10:47 AM",
"message": "Certified by Verifik.co"
},
"id": "80NJ4"
}

Notas

  • Contacta al soporte para campos completos del dataset.