Skip to main content
PATCH
/
settings
/
company
Update Company Settings
curl --request PATCH \
  --url https://api.getoutbox.ai/settings/company \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "email": "<string>",
  "address": {
    "address": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "zip_code": "<string>"
  },
  "api_key": "<string>"
}
'

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

Company API Key

Body

Company update details

name
string
email
string
address
object
api_key
string

Setting this field (any value) triggers API key regeneration

Response

Company updated successfully