---
title: "CNAM Lookup (POST)"
method: POST
path: "/api/v1/cnam"
tags: ["CNAM"]
---

# CNAM Lookup (POST)

`POST /api/v1/cnam`

Retrieve caller name information for a phone number via POST request

## Request body

- object
  - `phone_number` string, required
  - `include_spam` boolean — Include spam detection data in response
  - `include_spam_check` boolean — Alias for include_spam

## Response `200`

Successful CNAM lookup

- CNAMResponse
  - `data` object
    - `phone_number` string
    - `caller_name` string
    - `spam_risk` boolean
  - `success` boolean

## Other responses

- `402` — Insufficient balance
- `429` — Too Many Requests — rate limit exceeded.

---

[API](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api.md) · [All operations](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verirouteintel/veriroute-intel-api/revisions/0bd583e1906e/schema)
