Lunchbox · Authentication Profile

Lunchbox Authentication

Authentication

Lunchbox secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

tokenAuth apiKey
· in: header (Authorization)
apiKeyAuth apiKey
· in: header (Api-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/lunchbox-core-openapi.yml, openapi/lunchbox-loyalty-openapi.yml, openapi/lunchbox-management-openapi.yml,
  openapi/lunchbox-pos-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: tokenAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: 'Team token passed as: Authorization: Token <team_token>'
  sources:
  - openapi/lunchbox-core-openapi.yml
  - openapi/lunchbox-management-openapi.yml
  - openapi/lunchbox-pos-openapi.yml
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: Api-Key
  description: Loyalty engine API key passed in the Api-Key header.
  sources:
  - openapi/lunchbox-loyalty-openapi.yml