Toornament · OAuth Scopes

Toornament OAuth Scopes

OAuth 2.0 derived

Toornament 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 Toornament API on a user’s behalf.

Tokens are issued from https://api.toornament.com/oauth/v2/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.

EsportsGamingTournamentsBracketsCompetition
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://app.toornament.com/oauth/authorize
Token URL
https://api.toornament.com/oauth/v2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
organizer:admin Full administrative access to tournament management. authorizationCode
organizer:view Read access to organizer tournament data. authorizationCode
participant:manage Manage participant registrations. authorizationCode

Source

OAuth Scopes

toornament-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/toornament-openapi.yml
schemes:
- name: oauth2
  source: openapi/toornament-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.toornament.com/oauth/authorize
    tokenUrl: https://api.toornament.com/oauth/v2/token
  description: OAuth2 access token with scoped permissions (organizer:view, organizer:admin).
scopes:
- scope: organizer:admin
  description: Full administrative access to tournament management.
  flows:
  - authorizationCode
  sources:
  - openapi/toornament-openapi.yml
- scope: organizer:view
  description: Read access to organizer tournament data.
  flows:
  - authorizationCode
  sources:
  - openapi/toornament-openapi.yml
- scope: participant:manage
  description: Manage participant registrations.
  flows:
  - authorizationCode
  sources:
  - openapi/toornament-openapi.yml