List contact pools
Returns a paginated list of pools. Each pool is a named bucket of contacts that one or more campaigns can draw from. Pool ‘type’ (FIFO/LIFO/Parallel) controls the order pool items are processed when a campaign runs.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Query Parameters
1-based page number. Default 1.
Items per page. Default 15.
Case-insensitive partial match against pool name, description, or type.
Filter by processing order. FIFO = oldest pending first; LIFO = newest pending first; Parallel = up to max_parallel_items concurrent, priority-ordered.
FIFO, LIFO, Parallel Filter by active flag. Inactive pools cannot be selected by new campaigns.
