This endpoint serves the purpose of fetching company information.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/company/info \ --header 'X-API-KEY: <api-key>'
{ "name": "My Company", "primary_contact": "John Doe", "contact_number": "+123456789", "contact_email": "email@my-company.com", "address": "Turner str. 10", "city": "Baltimore", "zip": "12345", "timezone_id": 5, "country_id": 2 }
OK