Mirakl · Authentication Profile

Mirakl Authentication

Authentication

Mirakl secures its APIs with apiKey, http, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyCommerceeCommerceMarketplaceDropshipRetailCatalogOrdersRetail MediaB2B
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

OAuth-2 oauth2
· flows: authorizationCode
Operator-Bearer-Token http
scheme: bearer
Shop-API-Key apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/mirakl-mcm-operator-openapi.json, openapi/mirakl-mcm-seller-openapi.json, openapi/mirakl-mmp-operator-openapi.json,
  openapi/mirakl-mmp-seller-openapi.json, openapi/mirakl-mms-operator-openapi.json, openapi/mirakl-mms-seller-openapi.json
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: OAuth-2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.mirakl.net/authorize
    tokenUrl: https://auth.mirakl.net/oauth/token
    scopes: 0
  description: For more information, see our [Authentication System documentation](https://help.mirakl.com/docs/customers/page/topics/Mirakl/partners_integration/authentication_system.htm)
  sources:
  - openapi/mirakl-mcm-operator-openapi.json
  - openapi/mirakl-mmp-operator-openapi.json
  - openapi/mirakl-mms-operator-openapi.json
- name: Operator-Bearer-Token
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/mirakl-mcm-operator-openapi.json
  - openapi/mirakl-mmp-operator-openapi.json
  - openapi/mirakl-mms-operator-openapi.json
- name: Shop-API-Key
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/mirakl-mcm-seller-openapi.json
  - openapi/mirakl-mmp-seller-openapi.json
  - openapi/mirakl-mms-operator-openapi.json
  - openapi/mirakl-mms-seller-openapi.json