Retrieve a paginated list of WhatsApp contacts for your project.
Filter by associated customer ID
Filter by customer external ID
Filter by customer association (true/false)
Filter by profile name (case-insensitive substring match)
Filter by WhatsApp ID (substring match)
Filter contacts created after this ISO 8601 timestamp
Filter contacts created before this ISO 8601 timestamp
Page number for legacy offset pagination. Deprecated — use cursor pagination (limit, after, before) instead. Maximum page: 50. Maximum window (page × per_page): 5,000. Requests exceeding these limits return a 400 error.
x <= 50Items per page for legacy offset pagination.
x <= 100Maximum number of results per cursor-paginated page (default 20, max 100).
1 <= x <= 100Cursor for the previous page (Base64 encoded).
Cursor for the next page (Base64 encoded).