Creates a new pool with the same configuration as the source (type, max_parallel_items, max_retries, is_active, description). The new pool gets a fresh UUID and is NOT attached to any campaign — attach it explicitly with POST /api/v1/campaigns//pools. By default, all pool items are copied with status reset to Pending; pass copy_contacts=false to create an empty duplicate. Useful for splitting a successful pool template across multiple campaigns.
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
UUID of the source pool to duplicate.