This endpoint serves the purpose of fetching company HR information.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/company/info/hr \ --header 'X-API-KEY: <api-key>'
200
Fetched HR Contacts
[ { "id": 1, "hr_manager": "Jane Smith", "hr_email": "hr@company.com", "hr_phone": "+1234567890", "is_default": 1 } ]
OK
Unique HR contact identifier
HR manager name
HR contact email address
HR contact phone number
Whether this is the default HR contact (0 or 1)