---
title: "Get Company Profile Integrations"
method: GET
path: "/api/v1/company-profile-integrations"
tags: ["Company Profile", "Public API"]
---

# Get Company Profile Integrations

`GET /api/v1/company-profile-integrations`

Returns the list of integration feature identifiers currently enabled for the company. Each identifier is an uppercase string key (e.g. `BAMBOOHR_PAYROLL`, `TIME_TRACKING`, `E_SIGNATURES`) representing a product feature or integration that has been activated on the account. The list reflects the company's current subscription and configuration.

OAuth Scopes: company:details

## Response `200`

List of enabled integration identifiers for the company.

- object
  - `integrations` string[] — List of installed integration identifiers.

## Other responses

- `403` — The API user does not have permission to access company profile integrations.
- `500` — An unexpected error occurred while retrieving company profile integrations.

---

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