cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/mnrl/verify \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <api-key>'
200
200 - Latest MNRL Record Found
{ "code": 200, "timestamp": 1742331301024, "transaction_id": "e1537caeafa147fa8965f40842e70192", "sub_code": "LATEST_MNRL_RECORD_FOUND", "message": "MNRL record found", "data": { "mnrl_record_found": true, "phone_number": "6000014143", "latest_revocation_status": true, "first_revocation_month": "September", "first_revocation_year": 2024, "latest_revocation_month": "January", "latest_revocation_year": 2025 } }
Verify mobile number using MNRL API.
ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Successful Response