---
title: "Address Intelligence using mobile"
method: POST
path: "/verify/mobile_profile/address_intelligence"
tags: ["Mobile Profile"]
---

# Address Intelligence using mobile

`POST /verify/mobile_profile/address_intelligence`

Fetches address intelligence / enrichment for a given mobile number. Requires an authenticated request (API key or client ID). The service will call the configured verification provider and return a normalized response. The endpoint delegates to the verification service with verification_type="address_intelligence".

## Request body

- AddressIntelligenceRequest
  - `mobile` string, required — Mobile number to perform address intelligence on (required)

## Response `200`

Address intelligence result

- AddressIntelligenceResponse
  - `status` string — success / failed
  - `data` object
    - `message` string
    - `address` AddressObject
      - `value` string
      - `confidence` integer
      - `first_line` string
      - `second_line` string
      - `locality` string
      - `landmark` string
      - `house_number` string
      - `district` string
      - `city` string
      - `state` string
      - `country` string
      - `zip` string
  - `chargeble` string — Whether the call is billable ('true'|'false')
  - `user_consent` string — Whether user consent is present ('true'|'false')

## Other responses

- `400` — Invalid request (missing mobile)
- `401` — Unauthorized - Invalid or missing API key / client id
- `500` — Internal Server Error - provider or server error

---

[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)
