Start Aadhaar verification
Begin Aadhaar identity verification for the job. Returns an `aadhaarRedirectUrl` pointing to DigiLocker (the Indian government's document service) — send the applicant there to consent and complete verification, then poll the job until its status reaches `kyc_verified`.
Begin Aadhaar identity verification for the job. Returns an aadhaarRedirectUrl pointing to DigiLocker (the Indian government's document service) — send the applicant there to consent and complete verification, then poll the job until its status reaches kyc_verified.
Authorization
ApiKeyAuth Voice platform authentication secret. Create one from the API Keys endpoint or your dashboard.
In: header
Path Parameters
Provisioning job id.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/dids/managed/string/kyc/aadhaar/init"{ "id": "job_9f2ka", "status": "kyc_aadhaar_pending", "selectedDidNumber": "+911408620000", "steps": [ { "label": "Number reserved", "status": "completed" }, { "label": "KYC verified", "status": "current" }, { "label": "Number purchased & assigned", "status": "pending" }, { "label": "Inbound routing configured", "status": "pending" }, { "label": "Status webhook configured", "status": "pending" }, { "label": "Ready for inbound calls", "status": "pending" } ], "aadhaarRedirectUrl": "https://digilocker.meripehchaan.gov.in/…"}{ "statusCode": 400, "message": [ "name should not be empty" ], "error": "Bad Request"}{ "statusCode": 401, "message": "Unauthorized", "error": "Unauthorized"}Select a number POST
Reserve a number from the catalog and start a provisioning job. Returns the job — use its `id` for the remaining steps of the flow.
Submit KYC details POST
Submit the KYC (Know Your Customer) details required by Indian telecom regulations before a business number can go live. Verify as an `individual` (PAN details) or as a `business` (PAN plus business name and GST number).