Fourth · Authentication Profile

Fourth Authentication

Authentication

Fourth secures its APIs with oauth2 and http across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials and password flow(s).

CompanyWorkforce ManagementRestaurantHospitalityInventory ManagementPayrollSchedulingHCMPoint-of-SaleFood and Beverage
Methods: oauth2, http Schemes: 2 OAuth flows: clientCredentials, password API key in:

Security Schemes

OAuth2 oauth2
· flows: clientCredentials, password
BasicAuth http
scheme: basic

Source

Authentication Profile

fourth-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://developer.fourth.com/en-gb/docs/authenticating-oauth
docs: https://developer.fourth.com/en-gb/docs/authenticating-oauth
summary:
  types: [oauth2, http]
  http_schemes: [basic, bearer]
  oauth2_flows: [clientCredentials, password]
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: '[ROOT]/oauth/connect/token'
    notes: Expected approach for almost all use cases; client_id + client_secret issued by Fourth.
  - flow: password
    tokenUrl: '[ROOT]/oauth/connect/token'
    notes: For credentials of a Fourth end user rather than an application.
  bearer_format: 'Authorization: Bearer [access_token]'
  token_lifetime: expires_in seconds (e.g. 3600 = 1 hour); refresh_token may be returned.
  scope_note: >-
    Scopes are per-API and listed on each API reference page under the
    Authentication heading (e.g. NotificationService for the Notifications API).
  applies_to: [Tasks API, Notifications API, and other OAuth-enabled Fourth APIs]
- name: BasicAuth
  type: http
  scheme: basic
  notes: >-
    base64(username:password) in the Authorization header; accepted for APIs that
    otherwise require OAuth when testing in Swagger UI, and used by several Adaco/legacy APIs.
provisioning:
  notes: >-
    Production and test host locations and credentials are not published; mutual
    customers request credentials from Fourth (2-4 week provisioning). Adaco users
    can self-generate credentials.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/fourth-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.