Canal · Authentication Profile

Canal Authentication

Authentication

Canal secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyeCommerceDropshippingMarketplaceCommerceRetailFulfillmentOrdersProductsWebhooks
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

basicAuth http
scheme: basic
platformAppId apiKey
· in: header (X-CANAL-APP-ID)
platformAppToken apiKey
· in: header (X-CANAL-APP-TOKEN)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/canal-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: basicAuth
  type: http
  scheme: basic
  sources:
  - openapi/canal-openapi-original.yml
- name: platformAppId
  type: apiKey
  in: header
  parameter: X-CANAL-APP-ID
  sources:
  - openapi/canal-openapi-original.yml
- name: platformAppToken
  type: apiKey
  in: header
  parameter: X-CANAL-APP-TOKEN
  sources:
  - openapi/canal-openapi-original.yml