Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Verify phone numbers (basic, advanced, and phone + NIN cross-check).
POST /api/v1/business/verification/phone-basic
phone
idempotencyKey
POST /api/v1/business/verification/phone-advanced
POST /api/v1/business/verification/phone-nin
nin
curl -X POST "https://api.usenumero.com/numeroaccount/api/v1/business/verification/phone-nin" \ -H "Content-Type: application/json" \ -H "X-Numero-Api-Key: your_api_key" \ -H "X-Numero-Signature: $SIGNATURE" \ -H "X-Numero-Signature-Version: v2" \ -d '{ "phone": "08012345678", "nin": "12345678901" }'