Factorial · OAuth Scopes

Factorial OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from /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.

HRHuman ResourcesPayrollTime OffTime TrackingATSPerformanceFinanceExpensesSpainBarcelonaAll-in-One
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
/oauth/authorize
Token URL
/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
read Required for all operations authorizationCode
write Required for write operations authorizationCode

Source

OAuth Scopes

factorial-hr-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/factorial-openapi.yml
schemes:
- name: oauth2
  source: openapi/factorial-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: /oauth/authorize
    tokenUrl: /oauth/token
scopes:
- scope: read
  description: Required for all operations
  flows:
  - authorizationCode
  sources:
  - openapi/factorial-openapi.yml
- scope: write
  description: Required for write operations
  flows:
  - authorizationCode
  sources:
  - openapi/factorial-openapi.yml