Skip to main content
PATCH
/
agency
/
company
/
{company_id}
Update Agency Company
curl --request PATCH \
  --url https://api.getoutbox.ai/agency/company/{company_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "active": true,
  "auto_rebill": "off",
  "call_rate": "<string>",
  "concurrent_lanes": 123,
  "chat_multiplier": 123,
  "retainer_fee": 123,
  "agent_limit": 123
}
'

Authorizations

Authorization
string
header
required

Agency API Key

Path Parameters

company_id
string
required

The ID of the company

Body

application/json

Company update details

active
boolean
auto_rebill
enum<string>
Available options:
off,
agency_wallet,
ghl_wallet,
direct_billing
call_rate

Cannot modify if direct_billing

concurrent_lanes
integer

Capped at agency's max

chat_multiplier
number

Cannot modify if direct_billing

retainer_fee
number
agent_limit

Empty string sets to null

Response

Company updated successfully