Skip to main content
GET
/
company
/
info
Get Company Info
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
}

Authorizations

X-API-KEY
string
header
required

Response

OK

name
string
primary_contact
string
contact_number
string
contact_email
string
address
string
city
string
zip
string
timezone_id
integer
country_id
integer