Duplicate Sequence
POST /sequences/{sequence_id}/duplicate
POST
/sequences/{sequence_id}/duplicate
Copy a sequence. The copy is drafted, owned by the caller, no channels.
user_email is pinned to the caller by the app even if one is sent, which
is why the request model does not offer it.
Authorizations
Parameters
Path Parameters
sequence_id
required
Sequence id to copy.
string
Sequence id to copy.
Header Parameters
Request Body
Copy a sequence. The copy is owned by the caller and starts drafted.
user_email is deliberately absent: the app pins the copy’s owner to the
caller, so accepting the field would advertise control it does not grant.
Responses
201
Successful Response
object
data
required
One sequence, as the lifecycle endpoints return it.
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string