Skip to main content
POST
/
module
/
instance
/
duplicate
/
{instance_id}
Duplicate Module Instance
curl --request POST \
  --url https://api.getoutbox.ai/module/instance/duplicate/{instance_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "company_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

instance_id
string
required

The ID of the module instance to duplicate

Body

application/json

Duplication details

name
string
required

Name for the duplicated module instance

company_id
string
required

ID of the company where the module instance should be duplicated

Response

Module instance duplicated successfully