Skip to main content
POST
Duplicate a contact list (including its members)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json
name
string

Optional name for the duplicated list. Defaults to "<source> (copy)".

Required string length: 1 - 255
description
string

Optional description for the duplicated list. Defaults to the source list's description.

Maximum string length: 1000

Response

201

The duplicated list, including members_copied and source_list_id.