Wolt · Authentication Profile

Wolt Authentication

Authentication

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

CompanyMarketplaceFood DeliveryLast Mile DeliveryLogisticsWebhookAuthenticationPoint-of-Sale
Methods: oauth2, http Schemes: 2 OAuth flows: authorizationCode, refreshToken API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode
BearerAuth http
scheme: bearer

Source

Authentication Profile

wolt-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://developer.wolt.com/docs/authentication20
docs: https://developer.wolt.com/docs/authentication20
summary:
  types: [oauth2, http]
  api_key_in: []
  oauth2_flows: [authorizationCode, refreshToken]
  token_type: bearer
  token_format: JWT
notes: >-
  Wolt uses OAuth 2.0. The token endpoint is called with HTTP Basic authentication
  (base64 of client_id:client_secret) and Content-Type application/x-www-form-urlencoded.
  Access tokens are bearer JWTs valid for one hour; refresh tokens are single-use and
  valid for 30 days (each refresh returns a new refresh token that must be cached).
  API requests carry Authorization: Bearer {access_token}. Credentials are issued by a
  Wolt account/technical account manager. Wolt Drive uses a Merchant Key bearer token.
schemes:
- name: OAuth2
  type: oauth2
  source: https://developer.wolt.com/docs/authentication20
  flows:
  - flow: authorizationCode
    tokenUrl: https://integrations-authentication-service.wolt.com/oauth2/token
    tokenUrl_dev: https://integrations-authentication-service.development.dev.woltapi.com/oauth2/token
    grant_types: [authorization_code, refresh_token]
    scopes: [offline]
    client_auth: basic
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  source: https://developer.wolt.com/docs/api
  applies_to: [Order API, Wolt Drive API]

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/wolt-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.