List contacts
Authentication
AuthorizationBearer
Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.
Query parameters
limit
Max items to return (1-100)
offset
Items to skip
search
Search by name, phone, or email
tag
Filter by single tag (deprecated, use tags)
tagMode
Tag match mode: ‘any’ (OR) or ‘all’ (AND)
company
Filter by company
includeDeleted
Include soft-deleted contacts
Response
Contact list with pagination
contacts
List of contacts matching the query
meta
Pagination metadata
Errors
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error