Skip to main content
GET
/
v1
/
verification
/
mnrl
/
verify
Verify Mobile Number
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/mnrl/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "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
  }
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

mobile_number
string
required

Response

Successful Response

timestamp
integer
required
transaction_id
string
required
request_id
string
required
output_batch_file
string
required
code
integer
default:201
message
string
default:batch processing in progress
sub_code
string
default:SUCCESS