v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Company Profile
Public API

Get 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

get/api/v1/company-profile-integrations

Response

List of enabled integration identifiers for the company.

integrationsstring[]

List of installed integration identifiers.

Example response

{
  "integrations": [
    "BAMBOOHR_PAYROLL",
    "GOOGLE_SSO",
    "SLACK"
  ]
}