cURL
curl --request POST \ --url https://api.getoutbox.ai/settings/duplicate \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "company_name": "<string>", "agency_id": "<string>" } '
{ "id": "<string>" }
Duplicate the current company to a new company with all configurations, modules, and agents
Company API Key
Duplication details
Name for the new duplicated company
ID of the agency for the new company
Company duplicated successfully
New company ID