cURL
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_rate": 123, "retainer_fee": 123, "agent_limit": 123 } '
Update company settings (agency admin can modify billing settings). Note: Requires Agency API Key.
Agency API Key
The ID of the company
Company update details
off
agency_wallet
ghl_wallet
direct_billing
Cannot modify if direct_billing
Capped at agency's max
Empty string sets to null
Company updated successfully