Skip to main content
POST
/
bundles
/
{bundleId}
/
clone
Clone Bundle
curl --request POST \
  --url https://api.secure.quotivity.com/v1/bundles/{bundleId}/clone \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

bundleId
string
required

Response

Bundle cloned successfully

id
string
required