Skip to main content
POST
/
settings
/
transfer
Transfer Company
curl --request POST \
  --url https://api.getoutbox.ai/settings/transfer \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agency_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

Company API Key

Body

application/json

Transfer details

agency_id
string
required

ID of the agency to transfer ownership to

Response

Company transferred successfully