v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Compensation Benchmarking
Public API

Create Compensation Benchmark Source

Creates a new benchmark source the company can attach to its benchmarks. The name must be non-empty; the reserved name mercer (case-insensitive) is rejected because Mercer sources are managed separately. Returns the new source's ID and the trimmed name.

OAuth Scopes: compensation_benchmarks.write

post/api/v1/compensation/benchmarks/sources

Request body

namestring required

Display name for the new benchmark source. Cannot be empty or equal to mercer.

colorCodestring

Optional hex color used to display the source in the UI.

Response

Object with the newly created source's ID and name.

idinteger

ID of the newly created benchmark source.

namestring