curl --request GET \
--url https://api.getoutbox.ai/agency/company \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"logo": "<string>",
"active": true
}
]Retrieve a list of all companies under the agency. Note: Requires Agency API Key.
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.