---
title: "Get company equity settings"
method: GET
path: "/api/v1/compensation/equity/settings"
tags: ["Compensation", "Public API"]
---

# Get company equity settings

`GET /api/v1/compensation/equity/settings`

Retrieves company-level equity settings including calculation type, valuation, shares, pricing, and vesting-related configuration.

OAuth Scopes: equity

## Response `200`

Success

- object
  - `calculationType` string
  - `companyValuation` number, nullable
  - `outstandingShares` integer, nullable
  - `pricePerShare` number, nullable
  - `currencyCode` string
  - `sliderMin` integer, nullable
  - `sliderMax` integer, nullable
  - `vestingConditions` string, nullable
  - `disclaimers` string, nullable

## Other responses

- `403` — Forbidden
- `500` — Internal server error

---

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