---
title: "List Compensation Benchmark Sources"
method: GET
path: "/api/v1/compensation/benchmarks/sources"
tags: ["Compensation Benchmarking", "Public API"]
---

# List Compensation Benchmark Sources

`GET /api/v1/compensation/benchmarks/sources`

Returns every enabled benchmark source configured for the company. Each source identifies where a benchmark value came from (for example, a specific survey provider) and includes a display color and the count of benchmarks currently attached to that source. Use the returned `id` as the `sourceId` input when creating or updating a benchmark.

OAuth Scopes: compensation_benchmarks

## Response `200`

Array of benchmark sources. Empty when no sources are configured.

- object[]
  - `id` string
  - `name` string
  - `sort` string — Sort order position, returned as a numeric string.
  - `count` string — Number of benchmarks attached to this source, returned as a numeric string.
  - `colorCode` string, nullable — Hex color used to display the source in the UI.

## Other responses

- `403` — The authenticated caller lacks permission to read compensation benchmarks.
- `500` — Unexpected server error while loading benchmark sources.

---

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