cURL
curl --request POST \ --url https://api.callaidan.com/module/instance/duplicate/{instance_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "company_id": "<string>" } '
Duplicate a Tool instance to a specified company (can be the same or different company)
Company API Key
The ID of the Tool instance to duplicate
Duplication details
Name for the duplicated Tool instance
ID of the company where the Tool instance should be duplicated
Module instance duplicated successfully