Skip to main content
POST
/
agency
/
company
Create Agency Company
curl --request POST \
  --url https://api.getoutbox.ai/agency/company \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "email": "<string>",
  "address": "<string>",
  "city": "<string>",
  "state": "<string>",
  "zip_code": "<string>",
  "country": "<string>",
  "user_email": "<string>"
}
'
"<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

Company creation details

name
string
required
email
string
required
address
string
required
city
string
required
state
string
required
zip_code
string
required
country
string
required
user_email
string

Optional - assigns existing user as owner

Response

Company created successfully

Company ID