Factorial Keys and OAuth API

Two authentication methods. OAuth2 (authorization code flow at /oauth/authorize and /oauth/token) is used to act on behalf of a user; Credentials/API Keys (x-api-key header) are used to act on behalf of the company with full admin access. API Keys overrule OAuth tokens when both are present on the same request.

Factorial Keys and OAuth API is one of 22 APIs that Factorial publishes on the APIs.io network.

Tagged areas include Authentication, OAuth2, and API Keys. The published artifact set on APIs.io includes API documentation.

API entry from apis.yml

apis.yml Raw ↑
aid: factorial:factorial-keys-oauth-api
name: Factorial Keys and OAuth API
tags:
- Authentication
- OAuth2
- API Keys
humanURL: https://apidoc.factorialhr.com/docs/authentication
properties:
- url: https://apidoc.factorialhr.com/docs/api-keys
  type: Documentation
- url: https://apidoc.factorialhr.com/docs/oauth-2
  type: Documentation
- url: https://apidoc.factorialhr.com/docs/oauth-scopes
  type: Documentation
- url: https://apidoc.factorialhr.com/docs/create-a-new-oauth-application
  type: Documentation
- url: https://apidoc.factorialhr.com/docs/oauth2-partner-guide
  type: Documentation
description: Two authentication methods. OAuth2 (authorization code flow at /oauth/authorize and /oauth/token)
  is used to act on behalf of a user; Credentials/API Keys (x-api-key header) are used to act on behalf
  of the company with full admin access. API Keys overrule OAuth tokens when both are present on the same
  request.