SmartRecruiters · OAuth Scopes

SmartRecruiters OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://www.smartrecruiters.com/identity/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.

Human ResourcesRecruitingTalent AcquisitionApplicant TrackingHR Technology
Scopes: 4 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://www.smartrecruiters.com/identity/oauth/allow
Token URL
https://www.smartrecruiters.com/identity/oauth/token
Flows
clientCredentialsauthorizationCode

Scopes (4)

ScopeDescriptionFlows
candidates.read Read candidate data authorizationCode, clientCredentials
candidates.write Write candidate data authorizationCode, clientCredentials
jobs.read Read job data authorizationCode, clientCredentials
jobs.write Write job data authorizationCode, clientCredentials

Source

OAuth Scopes

smartrecruiters-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/smartrecruiters-candidates-openapi.yml, openapi/smartrecruiters-jobs-openapi.yml,
  openapi/smartrecruiters-posting-openapi.yml
schemes:
- name: OAuth2
  source: openapi/smartrecruiters-candidates-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://www.smartrecruiters.com/identity/oauth/token
- name: OAuth2
  source: openapi/smartrecruiters-jobs-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://www.smartrecruiters.com/identity/oauth/token
- name: OAuth2
  source: openapi/smartrecruiters-posting-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.smartrecruiters.com/identity/oauth/allow
    tokenUrl: https://www.smartrecruiters.com/identity/oauth/token
scopes:
- scope: candidates.read
  description: Read candidate data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/smartrecruiters-candidates-openapi.yml
  - openapi/smartrecruiters-posting-openapi.yml
- scope: candidates.write
  description: Write candidate data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/smartrecruiters-candidates-openapi.yml
  - openapi/smartrecruiters-posting-openapi.yml
- scope: jobs.read
  description: Read job data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/smartrecruiters-jobs-openapi.yml
  - openapi/smartrecruiters-posting-openapi.yml
- scope: jobs.write
  description: Write job data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/smartrecruiters-jobs-openapi.yml
  - openapi/smartrecruiters-posting-openapi.yml