Shop-Ware · Authentication Profile

Shop Ware Authentication

Authentication

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

CompanyAutomotiveAuto RepairShop ManagementRepair OrdersField ServiceSaaSWebhooksPayments
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

api_partner_id apiKey
· in: header (X-Api-Partner-Id)
api_secret apiKey
· in: header (X-Api-Secret)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/shop-ware-v1-openapi-original.yml, openapi/shop-ware-v2-openapi-original.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: api_partner_id
  type: apiKey
  in: header
  parameter: X-Api-Partner-Id
  sources:
  - openapi/shop-ware-v1-openapi-original.yml
  - openapi/shop-ware-v2-openapi-original.yml
- name: api_secret
  type: apiKey
  in: header
  parameter: X-Api-Secret
  sources:
  - openapi/shop-ware-v1-openapi-original.yml
  - openapi/shop-ware-v2-openapi-original.yml