Deliverart · Authentication Profile

Deliverart Authentication

Authentication

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

CompanyFood DeliveryRestaurantsOrder ManagementLogisticsDeliveryMenu ManagementPoint of Sale
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: password API key in: header

Security Schemes

apiKey apiKey
· in: header (X-Deliverart-ApiKey)
oauth2 oauth2
· flows: password

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/deliverart-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - password
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: X-Deliverart-ApiKey
  description: API key issued by the Deliverart team, sent in the X-Deliverart-ApiKey header.
  sources:
  - openapi/deliverart-openapi.yml
- name: oauth2
  type: oauth2
  flows:
  - flow: password
    tokenUrl: https://auth.deliverart.it/oauth
    scopes: 44
  description: OAuth2 password grant. Token endpoint is on the auth host.
  sources:
  - openapi/deliverart-openapi.yml