cURL
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>" } '
Duplicate a module instance to a specified company (can be the same or different company)
Company API Key
The ID of the module instance to duplicate
Duplication details
Name for the duplicated module instance
ID of the company where the module instance should be duplicated
Module instance duplicated successfully