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
- Get API Access: Register for your demo account to receive your API key
- Select a Plan: Work with our sales team to choose between Deep Dive, Fast Track or Gov Mexico
- Configure Webhooks: Add your endpoint to receive
verification.completednotification when a verification is completed - Test Your Integration: Use our provided test CURPs to run sample verifications against the API
- Go Live: Start verifying with real CURPs
API Reference
Base URL: https://api.burodeingresos.com
Consent Endpoints:
POST /consents- Single consent registrationPOST /consents/bulk- Batch consent registrations
Verification Endpoints:
POST /verifications- Single verification requestPOST /verifications/bulk- Batch verification requestsGET /verifications/{id}- Check verification status
Information Endpoints:
GET /profile/{identifier}- Get profile and current employment statusGET /employments/{identifier}- Get detailed employment recordsGET /employment-files/{identifier}- Get detailed employment documentsGET /invoices/{identifier}- Get income documentationGET /earnings/{identifier}- Get detailed earnings history from gig economy workers
Need Help?
- 📚 Documentation: Complete API reference and guides.
- 🎯 Sales: Book a call with our sales team
- 📝 Postman: Download our Postman collection and start testing.
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.
Updated 11 days ago
