Mobile Number IntelligenceMobile To Digital Age

Mobile Number Digital Age & Activation Date

Check how long a mobile number has been active. Useful for fraud risk scoring — newer numbers carry higher risk in financial workflows.

curl -X GET "https://production.deepvue.tech/v1/mobile-intelligence/mobile-to-digital-age?mobile_number=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY"
{
  "code": 200,
  "timestamp": 1738046268509,
  "transaction_id": "3f829f2527824d61a064b0e6fb11626d",
  "sub_code": "SUCCESS",
  "message": "Details fetched successfully",
  "data": {
    "businessNameDetected": false,
    "digitalAge": "2194"
  }
}
GET
/v1/mobile-intelligence/mobile-to-digital-age
GET
Bearer Token (JWT)
Bearer Tokenstring
Required

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

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

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

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

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

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

Query Parameters

Responses

codeinteger
timestampinteger
transaction_idstring
sub_codestring
messagestring
dataobject

Overview

The Mobile to Digital Age API retrieves digital age information associated with a provided phone number. This endpoint enables businesses to access details about how long a mobile number has been active in the digital ecosystem.

Key data points

The API returns two primary data elements:

  • Business name detection — A boolean indicator showing whether a business entity is linked to the phone number.
  • Digital age — A numeric value representing the age of the mobile number's digital presence.