Sparetech · Authentication Profile

Sparetech Authentication

Authentication

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

CompanyManufacturingSpare PartsMROMaintenanceProcurementInventory OptimizationERP IntegrationSAPMaster Data Management
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

Token http
scheme: bearer
ClientCredentials http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/sparetech-sync-v1-openapi.json, openapi/sparetech-sync-v2-openapi.json
summary:
  types:
  - http
schemes:
- name: Token
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: This API uses JWT for authorization. SPARETECH will provide your client credentials,
    that are specific to each organisation and integration environment. See the Authentication
    section of this documentation for details on how to obtain a token.
  sources:
  - openapi/sparetech-sync-v1-openapi.json
  - openapi/sparetech-sync-v2-openapi.json
- name: ClientCredentials
  type: http
  scheme: basic
  sources:
  - openapi/sparetech-sync-v1-openapi.json
  - openapi/sparetech-sync-v2-openapi.json