Skip to main content
POST
/
settings
/
company
/
duplicate
Duplicate Company
curl --request POST \
  --url https://api.getoutbox.ai/settings/company/duplicate/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "company_name": "<string>",
  "agency_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

company_name
string
required

Display name for the duplicated company.

Minimum string length: 1
agency_id
string<uuid>
required

Destination agency UUID.

Response

Company duplicated under the destination agency.