List DNC entries

List DNC entries for an account with pagination.

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Query parameters

limitlongOptional

Max items to return (default: 20)

offsetintegerOptional>=0Defaults to 0
Items to skip
searchstringOptional

Filter by phone number (partial match)

sourcestringOptional

Filter by source (exact match)

Response

DNC entry list with pagination
entrieslist of objects
DNC entries matching the query
metaobject
Pagination metadata

Errors

401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error