---
title: "Mobile reachability & network profile"
method: POST
path: "/verify/mobile_reachability"
tags: ["Mobile"]
---

# Mobile reachability & network profile

`POST /verify/mobile_reachability`

Checks mobile reachability, name-number match and activity scores for a 10-digit phone number. first_name, middle_name, last_name are optional.

## Request body

- MobileReachabilityRequest
  - `phone_number` string, required — Exactly 10 digits (phone number to be checked).
  - `first_name` string, nullable — Optional first name.
  - `middle_name` string, nullable — Optional middle name.
  - `last_name` string, nullable — Optional last name.

## Response `200`

Reachability result

- MobileReachabilityResponse
  - `status` string, required
  - `result` object, required
    - `risk_probability` number, nullable
    - `active_since` string
    - `first_seen` string
    - `last_seen` string
    - `latest_identity_lifetime` string
    - `spam_level` number, nullable
    - `num_recycles` integer
    - `identity_changes` integer
    - `dnd_active` boolean
    - `original_carrier` string
    - `original_circle` string
    - `network_connection_score` number
    - `spam_connection_ratio` number
    - `strong_spam_connection_ratio` number
    - `strong_weak_connection_ratio` number
    - `name_number_match` object
      - `match_prediction` string
      - `name_string_match_score` number
      - `first_name_match_remark` string
      - `last_name_match_remark` string
    - `incoming_call_scores` object
    - `outgoing_call_scores` object
    - `out_in_ratios` object
    - `incoming_activity_spreads` object
    - `outgoing_activity_spreads` object
    - `activity_spreads` object
  - `chargeble` string
  - `user_consent` string

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.dev/idto/apis/verification-api.md) · [All operations](https://skmtc.dev/idto/apis/verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/idto/verification-api/revisions/e3d57dab8db4/schema)
