Duplicate Nurture
POST /nurtures/{nurture_id}/duplicate
POST
/nurtures/{nurture_id}/duplicate
Copy a nurture. 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
nurture_id
required
Nurture id to copy.
string
Nurture id to copy.
Header Parameters
Request Body
Copy a nurture. The copy is always owned by the caller and starts drafted.
user_email is deliberately absent: the app pins the copy’s owner to the
caller regardless of what is sent, so accepting the field would advertise
control the endpoint does not grant.
Responses
201
Successful Response
object
data
required
One nurture sequence.
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