curl --request GET \
--url https://api.getoutbox.ai/agency \
--header 'Authorization: <api-key>'{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"logo": "<string>",
"address": {
"address": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip_code": "<string>"
},
"api_key": "<string>",
"admins": [
{
"id": "<string>",
"full_name": "<string>",
"email": "<string>"
}
],
"invites": [
{
"id": "<string>",
"email": "<string>"
}
]
}Retrieve agency settings including admins and pending invites. Note: Requires Agency API Key.
curl --request GET \
--url https://api.getoutbox.ai/agency \
--header 'Authorization: <api-key>'{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"logo": "<string>",
"address": {
"address": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip_code": "<string>"
},
"api_key": "<string>",
"admins": [
{
"id": "<string>",
"full_name": "<string>",
"email": "<string>"
}
],
"invites": [
{
"id": "<string>",
"email": "<string>"
}
]
}Agency API Key
Agency settings retrieved successfully
Logo URL, null if not set