GET/sisben/profile-20%$0.05 USDT/call$0.04 USDT/call

Free billing instructions: No billing will be charged in case of abnormalities
Billing instructions for empty value: The interface is limited to 10 free empty value times per day
Empty value definition: The server query result is empty and no data was found

Query Colombia SISBEN basic identity profile by document number

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
documentoquerystringRequiredDocument number, 5-12 digits

Response 200JSON

{
  "data": {
    "estado": "Registro válido",
    "nombres": "JUAN DAVID",
    "apellidos": "TOLEDO ROJAS",
    "tipo_documento": "Cédula de ciudadanía",
    "numero_documento": "1075251316"
  },
  "status": 200,
  "message": "Found",
  "success": true
}