Indeed · OAuth Scopes

Indeed OAuth Scopes

OAuth 2.0 derived

Indeed publishes 3 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Indeed API on a user’s behalf.

Tokens are issued from https://apis.indeed.com/oauth/v2/tokens.

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.

CareersEmploymentHiringJob SearchJobsRecruiting
Scopes: 3 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://apis.indeed.com/oauth/v2/tokens
Flows
clientCredentials

Scopes (3)

ScopeDescriptionFlows
candidate_read Read candidate and application data clientCredentials
employer_access Access and manage employer data clientCredentials
job_posting_write Create and manage job postings clientCredentials

Source

OAuth Scopes

indeed-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/indeed-employer-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/indeed-employer-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://apis.indeed.com/oauth/v2/tokens
  description: Indeed OAuth 2.0 authentication for partner applications.
scopes:
- scope: candidate_read
  description: Read candidate and application data
  flows:
  - clientCredentials
  sources:
  - openapi/indeed-employer-api-openapi.yml
- scope: employer_access
  description: Access and manage employer data
  flows:
  - clientCredentials
  sources:
  - openapi/indeed-employer-api-openapi.yml
- scope: job_posting_write
  description: Create and manage job postings
  flows:
  - clientCredentials
  sources:
  - openapi/indeed-employer-api-openapi.yml