---
title: "Get company properties"
method: GET
path: "/api/v1/meta/company"
tags: ["Account Information", "Public API"]
---

# Get company properties

`GET /api/v1/meta/company`

Get company properties including ID, name, domain, and base API URL. Provides essential company metadata for API access.

OAuth Scopes: company:info

## Response `200`

Company id, name, domain, and baseApiUrl gateway URL.

- object
  - `id` integer — Bamboo company identifier (numeric).
  - `name` string — Company display name.
  - `domain` string — Company’s Bamboo subdomain (same value used in the `baseApiUrl` path segment after `gateway.php/`)
  - `baseApiUrl` string — Full HTTPS URL of the public API gateway for this company, typically `https://` + the data-center–specific API host for this tenant + ` /api/gateway.php/` + the company’s `domain` from this response. This is the entry point the integrator uses for legacy gateway-style API traffic, not a generic “base URL” name alone.

---

[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)
