Wolt · OAuth Scopes

Wolt OAuth Scopes

OAuth 2.0 searched

Wolt publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Wolt API on a user’s behalf.

Tokens are issued from https://integrations-authentication-service.wolt.com/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyMarketplaceFood DeliveryLast Mile DeliveryLogisticsWebhooksOAuthPoint of Sale
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Token URL
https://integrations-authentication-service.wolt.com/oauth2/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
offline Grants the offline access needed to obtain new access and refresh tokens (issues a refresh token alongside the access token). authorizationCode

Source

OAuth Scopes

wolt-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://developer.wolt.com/docs/authentication20
docs: https://developer.wolt.com/docs/authentication20
schemes:
- name: OAuth2
  source: https://developer.wolt.com/docs/authentication20
  flows:
  - flow: authorizationCode
    tokenUrl: https://integrations-authentication-service.wolt.com/oauth2/token
scopes:
- scope: offline
  description: >-
    Grants the offline access needed to obtain new access and refresh tokens
    (issues a refresh token alongside the access token).
  flows: [authorizationCode]
  sources: [https://developer.wolt.com/docs/authentication20]