Get user contacts with optional search, pagination, or retrieve specific contacts by IDs (Permitted scopes: fax:all:read)
Personal Access Token (PAT) is a Bearer token used for secure API calls. For direct API calls, the PAT is used in the Authorization header as 'Bearer {PAT}'. For MCP usage, configure your PAT in your MCP client settings (e.g., in your IDE's MCP server configuration) - authentication will be handled automatically.
Comma-separated list of contact IDs to retrieve (max 50). When provided, other search/pagination parameters are ignored.
Search term to filter contacts by name, fax number, groups, or notes
Offset for pagination
Limit for pagination (max 50)
x <= 50Field to sort by
name, company, creation_date, modification_date Sort direction
asc, desc If true, return shared/corporate contacts. If false, return personal contacts