Skip to main content
POST
Add Phone Numbers
Add phone numbers to TrustCall monitoring. Numbers will be automatically checked for carrier spam scores.
When first added, scores may show as Processing until checked with each carrier (typically within 24 hours).

Request

Headers

string
required
Your API Key (LoginId from your DNCScrub account)
string
required
Must be application/json

Request Body

The request body is a JSON array of phone number objects:
string
required
10-digit North American phone number (without leading 1 or +)
string
Optional description or label for the phone number (max 50 characters)
string
Service type for the phone number. If omitted, defaults to Remediation for accounts with remediation service enabled, or Scanning for all other accounts.Valid values:If an unrecognized value is provided, the item’s Response field returns Invalid Service type (HTTP status remains 200).
Optional legal entity identifier

Example Request

Response Fields

string
Status message indicating the result of the add operation
string
The phone number that was added
The legal entity identifier associated with the phone number
string
Current average carrier spam score: Clean, Medium, High, or Processing
string
Maximum score recorded in the last 15 days
string
Historical score from 0-5 (0-1 = no issues, 5 = 50%+ high spam history)
string
Verizon carrier status: Clean, Flagged, or Processing
string
AT&T carrier status: Clean, Flagged, or Processing
string
T-Mobile carrier status: Clean, Flagged, or Processing
string
RoboKiller app status: Clean, Flagged, or Processing
string
Nomorobo app status: Clean, Flagged, or Processing
array | null
Array of FTC complaints associated with the number, or null if none

Error Responses

Limits

  • Maximum 50 phone numbers per add request