Skip to content
EquiPay Engine Docs
Esc
navigateopen⌘Jpreview

Get organization settings

The org’s pay-gap analysis configuration. Requires settings:read.

GET/settings
Responses
200The effective org settings.
femaleDominatedThresholdnumber
payGapThresholdnumber
minTeamSizeinteger
401Missing or invalid API key.
errorobject
Show properties
statusstring
messagestring
403The API key lacks the scope required for this route.
errorobject
Show properties
statusstring
messagestring
Request
curl -X GET "https://paygap-jaggeman.web.app/api/v1/settings"
Response
{
  "femaleDominatedThreshold": 0.6,
  "payGapThreshold": 5,
  "minTeamSize": 3
}