---
title: "Collection Intelligence"
method: POST
path: "/verify/collection_intelligence"
tags: ["Collection Intelligence"]
---

# Collection Intelligence

`POST /verify/collection_intelligence`

Fetches collection intelligence using mobile, PAN, address and/or name. Either mobile or pan is required.

## Request body

- CollectionIntelligenceRequest
  - `client_ref_num` string — Optional client reference number
  - `mobile` string — 10-digit mobile number. Either mobile or pan is required.
  - `pan` string — PAN number. Either mobile or pan is required.
  - `address` string[]
  - `name` string — Person name

## Response `200`

Collection intelligence result

- GenericVerificationResponse — Standard pass-through verification response returned by the configured provider.
  - `status` string — Result status, usually success or failed
  - `message` string — Human-readable result message
  - `result` object
  - `data` object
  - `error_code` string, nullable — Provider or IDTO error code
  - `tranx_id` string, nullable — Transaction identifier
  - `timestamp` string, date-time, nullable — Response timestamp
  - `chargeble` string — Billing flag returned by existing APIs
  - `user_consent` string — Consent flag returned by existing APIs

## Other responses

- `400` — Invalid request or business validation failed
- `401` — Unauthorized - Invalid or missing API key or client ID
- `422` — Request body validation failed
- `500` — Internal 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)
