Skip to main content
GET
/
agency
/
company
List Agency Companies
curl --request GET \
  --url https://api.getoutbox.ai/agency/company \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "email": "<string>",
    "logo": "<string>",
    "active": true
  }
]

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

Response

Companies retrieved successfully

id
string
name
string
email
string
logo
string | null

Logo URL, null if not set

active
boolean