🆕 New Endpoint: GET /employment-files


📄 New Entity: employment_files

  • A new entity, employment_files, is now available across all verification endpoints.

  • This entity provides access to official employment documentation files (PDFs) from IMSS and ISSSTE, including:

    • Constancia de Semanas Cotizadas en el IMSS
    • Reporte de Cotización al IMSS
    • Constancia de No Derechohabiente
    • Expediente Electrónico Único del ISSSTE
  • These downloadable documents provide verifiable proof of employment records that can be used for credit applications, background checks, or compliance purposes. For more information, check our documentation here.

🆕 New Endpoint: GET /employment-files

  • A new endpoint, GET /employment-files, is now available.

  • Returns an array of employment documentation files with pre-signed download URLs.

  • Each file includes metadata such as document name, source institution (IMSS/ISSSTE), and upload timestamp.

🔄 Updated Responses

The following endpoints now include employment_files in their response schemas:

  • GET /verifications/verification_id: The entities array now includes "employment_files" when employment documentation is available.

  • GET /verifications (List): Each verification object in the response now includes employment_files in the entities array when applicable.

  • Webhook Events: Both verification.completed and verification.historical webhook payloads now include "employment_files" in the entities array when employment files are available.

💡 What This Means for You

  • No breaking changes — existing integrations continue to work without modifications.

  • If your application needs official employment documentation for compliance or verification purposes, you can now access these files programmatically.

  • Check the entities array in webhook notifications or verification responses to determine if employment_files are available before making the API call.