Delivery Hero · Authentication Profile

Delivery Hero Authentication

Authentication

Delivery Hero 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 clientCredentials flow(s).

CompanyTechnologyFood DeliveryLogisticsQuick CommerceLast Mile DeliveryOn DemandOrders
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in: header

Security Schemes

Bearer_Token apiKey
· in: header (Authorization)
OAuth2 oauth2

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/delivery-hero-on-demand-rider-openapi.json
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - clientCredentials
schemes:
- name: Bearer_Token
  type: apiKey
  in: header
  parameter: Authorization
  description: 'Provide the access token in the format: `Bearer {access-token}`. You
    can obtain the access token from the [Authentication endpoint](#tag/Authentication).'
  sources:
  - openapi/delivery-hero-on-demand-rider-openapi.json
- name: OAuth2
  type: oauth2
  flow: clientCredentials
  tokenUrl: https://sts.deliveryhero.io/oauth2/token
  client_assertion_type: urn:ietf:params:oauth:client-assertion-type:jwt-bearer
  description: 'Machine-to-machine: register an RSA-2048 public key with ODR, sign
    a JWT assertion (kid, iss, sub, jti, exp, aud=https://sts.deliveryhero.io), exchange
    via client_credentials for a Bearer access token.'
  sources:
  - https://on-demand-rider-docs.deliveryhero.io/
docs: https://on-demand-rider-docs.deliveryhero.io/