Retrieves a paginated list of contacts associated with a specific company. Supports filtering, sorting, and pagination options.
Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.
Unique identifier for the company
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Page number for pagination (must be a positive integer)
x >= 11
Number of items per page (10-100, default 10)
10 <= x <= 10010
Field to sort by
name, number, email, created_at "created_at"
Sort direction (default desc)
asc, desc "desc"
Filter contacts by channel type
phone, email, facebook, instagram, whatsapp "phone"