Bulk import DNC entries
Bulk import phone numbers to the DNC list.
Authentication
AuthorizationBearer
Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.
Request
This endpoint expects an object.
phoneNumbers
Phone numbers in E.164 format (1-10,000 numbers per request)
reason
Human-readable reason applied to all entries (max 500 characters)
source
How these DNC entries were created (default: bulk_import)
Response
Bulk import result
added
Number of new DNC entries added
skipped
Number of entries skipped because they were already on the DNC list
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error