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
  }
]

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