Skip to main content
POST
/
settings
/
duplicate
Duplicate Company
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>"
}

Authorizations

Authorization
string
header
required

Company API Key

Body

application/json

Duplication details

company_name
string
required

Name for the new duplicated company

agency_id
string
required

ID of the agency for the new company

Response

Company duplicated successfully

id
string

New company ID