Revel Systems · Authentication Profile

Revel Systems Authentication

Authentication

Revel Systems secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

POSRestaurantRetailiPad
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiAuthentication apiKey
· in: header (API-AUTHENTICATION)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/revel-open-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiAuthentication
  type: apiKey
  in: header
  parameter: API-AUTHENTICATION
  description: 'API key and secret joined by a colon, e.g. `API-AUTHENTICATION: key:secret`.
    The key and secret may alternatively be passed as `api_key` and `api_secret` query parameters.'
  sources:
  - openapi/revel-open-api-openapi.yml