Greenhouse · OAuth Scopes

Greenhouse OAuth Scopes

OAuth 2.0 derived

Greenhouse publishes 1 OAuth 2.0 scope via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Greenhouse API on a user’s behalf.

Tokens are issued from https://app.greenhouse.io/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

ATSRecruitingHiringTalent AcquisitionEnterprise SaaSHuman ResourcesOnboarding
Scopes: 1 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://app.greenhouse.io/oauth/authorize
Token URL
https://app.greenhouse.io/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (1)

ScopeDescriptionFlows
partner Partner integration scope. authorizationCode, clientCredentials

Source

OAuth Scopes

greenhouse-io-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/greenhouse-candidate-ingestion-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/greenhouse-candidate-ingestion-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.greenhouse.io/oauth/authorize
    tokenUrl: https://app.greenhouse.io/oauth/token
  - flow: clientCredentials
    tokenUrl: https://app.greenhouse.io/oauth/token
scopes:
- scope: partner
  description: Partner integration scope.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/greenhouse-candidate-ingestion-api-openapi.yml