curl --request GET \
--url https://api.getoutbox.ai/settings/company \
--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>",
"staff": [
{
"id": "<string>",
"full_name": "<string>",
"email": "<string>",
"role": 2
}
],
"invites": [
{
"id": "<string>",
"email": "<string>",
"role": 2
}
]
}Retrieve company settings including staff and pending invites
curl --request GET \
--url https://api.getoutbox.ai/settings/company \
--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>",
"staff": [
{
"id": "<string>",
"full_name": "<string>",
"email": "<string>",
"role": 2
}
],
"invites": [
{
"id": "<string>",
"email": "<string>",
"role": 2
}
]
}Company API Key
Company settings retrieved successfully
Logo URL, null if not set