Skip to main content
Reports the SOAT (mandatory traffic-accident insurance) certificate history on record for a vehicle plate from APESEG (Asociación Peruana de Empresas de Seguros). Tells you whether the plate has a currently valid (VIGENTE) SOAT, which company issued it, and the full history of past certificates. One lookup, by plate.

SOAT certificate history

POST /pe/apeseg/soat/v1

Response

Each certificate (active and every certificates[] entry) has company, status (VIGENTE / VENCIDO / ANULADO), start_date and end_date (yyyy-mm-dd when parseable), policy_number, vehicle_use, vehicle_class, certificate_type (DIGITAL / FISICO), brand, model, created_date, and annulled_date.
SOAT is Peru’s mandatory traffic-accident insurance. has_active_soat: false means no currently valid certificate is on record for the plate, even if past certificates appear in the history.
This lookup can take longer than a typical request. It is an async job. By default the request waits inline and returns { data }, or you can poll / use a callback_url.

Full reference

Schemas, response fields, and an interactive playground.