Skip to main content
PATCH
/
agency
Update Agency Settings
curl --request PATCH \
  --url https://api.getoutbox.ai/agency \
  --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

Agency API Key

Body

Agency update details

name
string
email
string
address
object
api_key
string

Setting this field (any value) triggers API key regeneration

Response

Agency updated successfully