Depict · Authentication Profile

Depict Authentication

Authentication

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

CompanyE-commerceMerchandisingProduct RecommendationsSearchPersonalizationArtificial IntelligenceRetailFashionShopify
Methods: apiKey, http, oauth2 Schemes: 5 OAuth flows: authorizationCode API key in: cookie, header, query

Security Schemes

Auth0 oauth2
· flows: authorizationCode
APIKeyQuery apiKey
· in: query (api_key)
APIKeyHeader apiKey
· in: header (X-API-KEY)
APIKeyCookie apiKey
· in: cookie (X-API-KEY)
HTTPBearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/depict-lite-openapi-original.json, openapi/depict-portal-openapi-original.json,
  openapi/depict-storefront-openapi-original.json
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - cookie
  - header
  - query
  oauth2_flows:
  - authorizationCode
schemes:
- name: Auth0
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://depict.eu.auth0.com/oauth/authorize
    tokenUrl: https://depict.eu.auth0.com/oauth/token
    scopes: 3
  sources:
  - openapi/depict-lite-openapi-original.json
  - openapi/depict-portal-openapi-original.json
- name: APIKeyQuery
  type: apiKey
  in: query
  parameter: api_key
  sources:
  - openapi/depict-storefront-openapi-original.json
- name: APIKeyHeader
  type: apiKey
  in: header
  parameter: X-API-KEY
  sources:
  - openapi/depict-storefront-openapi-original.json
- name: APIKeyCookie
  type: apiKey
  in: cookie
  parameter: X-API-KEY
  sources:
  - openapi/depict-storefront-openapi-original.json
- name: HTTPBearer
  type: http
  scheme: bearer
  sources:
  - openapi/depict-storefront-openapi-original.json