Skip to main content
POST
Duplicate a pool, optionally copying its contacts

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

UUID of the source pool to duplicate.

Body

application/json
name
string | null

Name for the new pool. If omitted, defaults to ' (copy)'.

copy_contacts
boolean

If true (default), every ContactPoolItem from the source is recreated in the new pool with status=Pending and the source's priority. If false, the new pool is created empty.

Example:

true

Response

New pool created. Response includes contacts_copied count.

success
boolean
Example:

true

message
string
Example:

"Pool duplicated successfully"

data
object

PoolResource fields plus contacts_copied.