MarketMan · Authentication Profile

Marketman Authentication

Authentication

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

RestaurantInventoryPurchasingSupply ChainFood Service
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

AuthToken apiKey
· in: header (AUTH_TOKEN)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/marketman-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: AuthToken
  type: apiKey
  in: header
  parameter: AUTH_TOKEN
  description: Access token returned by GetToken, sent on every authenticated request in the
    AUTH_TOKEN header.
  sources:
  - openapi/marketman-openapi.yml