---
title: "Get Company Information"
method: GET
path: "/api/v1/company_information"
tags: ["Employees", "Public API"]
---

# Get Company Information

`GET /api/v1/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

## Response `200`

Company information retrieved successfully.

- object
  - `legalName` string — The legal name of the company.
  - `displayName` string — The display name of the company.
  - `address` object — The primary address of the company.
    - `line1` string — The first line of the address.
    - `line2` string — The second line of the address. May be an empty string.
    - `city` string — The city.
    - `state` string — The state or province abbreviation.
    - `zip` string — The ZIP or postal code.
  - `phone` string — The primary contact phone number of the company.

## Other responses

- `403` — The API user does not have permission to access company information.

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/revisions/19ebf391a399/schema)
