v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Employees
Public API

Get Company Information

Returns basic profile information for the company, including its legal name, display name, primary address, and contact phone number. For companies using BambooHR Payroll, the legal name and address are sourced from the active payroll client metadata; for all other companies, the data comes from the company's account settings.

OAuth Scopes: company:info

get/api/v1/company_information

Response

Company information retrieved successfully.

legalNamestring

The legal name of the company.

displayNamestring

The display name of the company.

phonestring

The primary contact phone number of the company.

Example response

{
  "legalName": "BambooHR",
  "displayName": "BambooHR",
  "address": {
    "line1": "335 S 560 W",
    "line2": "Suite 200",
    "city": "Lindon",
    "state": "UT",
    "zip": "84042"
  },
  "phone": "801-724-6600"
}