Clone an integration with settings and credentials
POST {{baseUrl}}/org/:orgId/integrations/:integrationId/clone
Clone an integration, including all of its settings and credentials from one org to another org in the same group. This API supports both brokered and non-brokered integrations.
Use this API for when you want to share a Broker token between several Snyk orgs (integrations).
Request Body
{
  "destinationorgpublicid": "${destinationorgpublicid}"
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |