cURL
curl --request GET \ --url https://api.callaidan.com/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
Company API Key
Company settings retrieved successfully
Logo URL, null if not set
Show child attributes