destination
Clone destination
post/v1/destinations/clone
Request body
Example request
{
"destinationConfiguration": {
"connectionConfiguration": {
"user": "charles"
}
}
}Response
Successful operation
Example response
{
"connectionConfiguration": {
"user": "charles"
}
}