Rohlik · OAuth Scopes

Rohlik OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://identity.rohlik.cz/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.

CompanyRetailGroceryE-commerceDeliveryLogisticsMCPOAuthEurope
Scopes: 3 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://identity.rohlik.cz/oauth2/authorize
Token URL
https://identity.rohlik.cz/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token for the signed-in Rohlik account. authorizationCode
email Access the account's email address claim. authorizationCode
roles Access the account's assigned roles claim. authorizationCode

Source

OAuth Scopes

rohlik-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://mcp.rohlik.cz/.well-known/oauth-protected-resource/mcp
docs: https://rohlik.cz/mcp-docs
schemes:
  - name: RohlikOAuth2
    source: https://identity.rohlik.cz/.well-known/openid-configuration
    flows:
      - flow: authorizationCode
        authorizationUrl: https://identity.rohlik.cz/oauth2/authorize
        tokenUrl: https://identity.rohlik.cz/oauth2/token
scopes:
  - scope: openid
    description: OpenID Connect authentication; issue an ID token for the signed-in Rohlik account.
    flows: [authorizationCode]
    sources: [https://mcp.rohlik.cz/.well-known/oauth-protected-resource/mcp]
  - scope: email
    description: Access the account's email address claim.
    flows: [authorizationCode]
    sources: [https://mcp.rohlik.cz/.well-known/oauth-protected-resource/mcp]
  - scope: roles
    description: Access the account's assigned roles claim.
    flows: [authorizationCode]
    sources: [https://mcp.rohlik.cz/.well-known/oauth-protected-resource/mcp]