cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/async/get-udyam-details \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "action": "verify_with_source", "completed_at": "2025-01-30T14:00:55+05:30", "created_at": "2025-01-30T14:00:33+05:30", "error": "BAD_REQUEST", "group_id": "8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e", "message": "Please enter a valid UAM number", "request_id": "2db0ab31-ce7c-47f3-8488-f2298fc2a811", "status": "failed", "task_id": "3431c00d-64f7-47c4-acf5-55620d37beeb", "type": "udyam_aadhaar" }
This API gives you back the complete result and verification details against your request id receieved in previous step.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes