API v1
Contact details and registered addresses
Check available contact details and addresses from a person’s profile, in a panel private to your account.
Tax address and branches
Addresses declared to the SII. Validity refers to the published edition, not an on-site check.
Includes SII addresses; shares the allowance with RUT lookups. Pro: 500 / Max: 1.000.
POST /api/v1/companies/addresses
curl https://ibero.center/api/v1/companies/addresses \
-H "Authorization: Bearer $IBERO_API_KEY" \
-H 'Content-Type: application/json' \
--data '{"rut":"76.086.428-5"}'domicilio · domiciliosVigentes · sucursales · historicas · domicilioAmbiguo · fuente
401 INVALID_API_KEY · 403 SERVICE_FORBIDDEN · 404 ADDRESS_NOT_FOUND · 429 QUOTA_EXCEEDED · 503 ADDRESS_DATA_UNAVAILABLE
The contacts API requires assisted activation. Extended person and address lookups also require a specific permission.
Pro · 10 person contact and address lookups / month
Max · 50 person contact and address lookups / month
Pro includes 10 lookups and Max 50 per UTC calendar month, without rollover. The website and API share the quota. Profile lookups use one credit when an email, phone number or address is found. Looking up the same person again during the month incurs no new charge. Availability and currency depend on the source.
POST /api/v1/people/enrich
curl https://ibero.center/api/v1/people/enrich \
-H "Authorization: Bearer $IBERO_API_KEY" \
-H 'Content-Type: application/json' \
--data '{"rut":"RUT_PERSONA"}'Visible only to your account. Not published on the profile.
HTTP 200
{
"contact": {
"email": "contact@example.invalid",
"phone": null,
"enrichedAt": "2026-09-09T00:00:00.000Z"
},
"cached": false,
"charged": true,
"quota": {
"planKey": "pro",
"limit": 10,
"used": 1,
"pending": 0,
"remaining": 9,
"period": "2026-09-01",
"resetsAt": "2026-10-01T00:00:00+00:00"
}
}NO_CONTACT_DATA · No contact details or addresses were found. This lookup incurred no new charge.
409 ENRICHMENT_PENDING · 429 PROVIDER_BUSY · Retry-After · A lookup is in progress. Wait a few seconds and retry.
429 ENRICHMENT_QUOTA_EXCEEDED · Your monthly quota is exhausted. It renews at the start of the next UTC month.
401 INVALID_API_KEY · 403 SERVICE_FORBIDDEN · The contacts API requires assisted activation. Extended person and address lookups also require a specific permission.
404 PERSON_UNAVAILABLE · This profile does not yet have a valid RUT to look up these details.
503 PROVIDER_UNAVAILABLE · We could not complete the lookup. Please try again.
POST /api/v1/people/lookup · Alta de trabajadores
Consulta por RUT para integraciones de alta autorizadas. Requiere un permiso adicional por empresa y clave; no exige que la persona exista en el directorio.
Devuelve nombres, apellidos, contacto, fecha de nacimiento, código de nacionalidad y domicilios disponibles. Los campos faltantes son null. Revisa los datos y elige el domicilio correspondiente antes de guardar.
Comparte la cuota de contactos. Una respuesta útil consume una consulta; repetir el mismo RUT durante el mes o ampliar un contacto ya consultado no consume otra.
Contrato de consulta de personas · OpenAPI 3.1