Phone Intelligence API 5 Credits Per Hit

Phone Intelligence for Better Calling Decisions

Submit a U.S. phone number and receive line type, carrier, last-seen date, and associated-person. Also returns DNC/TCPA risk flags and state DNC codes for compliance. 5 credits per successful hit; misses are not charged.

Pay Only on Hits JSON API CRM-Friendly Response

What the Endpoint Returns

The response is intentionally compact and returns only the fields a CRM or dialing workflow can act on quickly.

Line & Carrier Data

Get normalized phone number, line type, carrier, and the most recent last-seen date returned by the data source.

DNC/TCPA Signals

Receive boolean DNC and TCPA flags plus a state_dnc array when state-level codes are returned.

Associated Persons

Return light person context — name, age, city, and state — without exposing emails, address history, or additional phones.

Different From Reverse Phone Append

Reverse phone append is for building a broader contact profile from a phone number. Phone Intelligence is for reviewing phone and compliance signals before the number enters your workflow.

  • Use Phone Verification for carrier, line type, last-seen, DNC/TCPA, state DNC, and contactability flags.
  • Use Reverse Phone Append when you need names, emails, addresses, and broader contact enrichment.
  • Use DNC Lookup when you only need a dedicated suppression check without enrichment context.
Example Response
{
  "phone": "5125550100",
  "hit": true,
  "line_type": "Mobile",
  "carrier": "T-MOBILE USA INC.",
  "last_seen": "2026-07-01",
  "dnc": false,
  "tcpa": false,
  "state_dnc": [],
  "contactable": true,
  "associated_persons_count": 1,
  "associated_persons": [
    {
      "first_name": "Jane",
      "last_name": "Doe",
      "full_name": "Jane Doe",
      "age": "41",
      "city": "Austin",
      "state": "TX"
    }
  ],
  "credits_deducted": 5
}

Built for Real-Time CRM Decisions

Check phones before dialing, importing records, assigning leads, or deciding whether a number should stay in a campaign. Returned compliance fields are informational and should be combined with your own consent records, policies, and legal review.