Getting Started

Start the verification using the individual’s identifier and get notified via webhook once it’s completed.


Real-Time vs Batch

Real-Time Verification (Recommended for Onboarding)

Perfect for loan applications and customer onboarding where you need immediate results:

# Single verification request
curl -X POST https://api.burodeingresos.com/verifications \
  -H "Content-Type: application/json" \
  -d '{
    "identifier": "CURP1234567890"
  }'

Batch Processing (Recommended for Portfolio Analysis)

Ideal for analyzing existing customer portfolios or processing large datasets:

# Bulk verification request
curl -X POST https://api.burodeingresos.com/verifications/bulk \
  -H "Content-Type: application/json" \
  -d '[
    {"identifier": "CURP1234567890"},
    {"identifier": "CURP1234567891"}
  ]'

Getting Started

  1. Get API Access: Register for your demo account to receive your API key
  2. Select a Plan: Work with our sales team to choose between Deep Dive, Fast Track or Gov Mexico
  3. Configure Webhooks: Add your endpoint to receive verification.completed notification when a verification is completed
  4. Test Your Integration: Use our provided test CURPs to run sample verifications against the API
  5. Go Live: Start verifying with real CURPs

API Reference

Base URL: https://api.burodeingresos.com

Consent Endpoints:

  • POST /consents - Single consent registration
  • POST /consents/bulk - Batch consent registrations

Verification Endpoints:

  • POST /verifications - Single verification request
  • POST /verifications/bulk - Batch verification requests
  • GET /verifications/{id} - Check verification status

Information Endpoints:

  • GET /profile/{identifier} - Get profile and current employment status
  • GET /employments/{identifier} - Get detailed employment records
  • GET /employment-files/{identifier} - Get detailed employment documents
  • GET /invoices/{identifier} - Get income documentation
  • GET /earnings/{identifier} - Get detailed earnings history from gig economy workers


Need Help?


Ready to transform your employment verification process? Get started with your free demo account and see the difference that simplified, government-verified employment data can make for your business.