viagogo · OAuth Scopes

viagogo OAuth Scopes

OAuth 2.0 searched

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

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.

CompanyTicketingEventsMarketplaceEntertainmentSecondary MarketCommerceTravel and Leisure
Scopes: 17 Flows: Method: searched

Scopes (17)

ScopeDescriptionFlows
read:events Grants read-only access to events on the viagogo platform.
read:payment Grants read-only access to the user's payments.
read:sales Grants read access to the user's sales.
write:sales Grants write access to the user's sales. This allows users to use your application to confirm and fulfill sales.
read:sellerlistings Grants read access to the user's listings.
write:sellerlistings Grants write access to the user's listings. This allows users to use your application to create and update listings.
read:webhooks Grants read access to the user's webhooks.
write:webhooks Grants write access to the user's webhooks.
write:requestedevents Grants write access to the user's requested events. This allows users to use your application to request an event to be added to the viagogo platform.
read:categories
read:venues
read:venue_configurations
manage:listingoffers
read:user
write:user
write:brokerage
write:purchases

Source

OAuth Scopes

Raw ↑
generated: '2026-08-05'
method: searched
source: https://developer.viagogo.net/docs/authentication/scopes
docs: https://developer.viagogo.net/docs/authentication/scopes
derived_from:
- openapi/viagogo-account.json
- openapi/viagogo-catalog.json
- openapi/viagogo-inventory.json
- openapi/viagogo-sales.json
- openapi/viagogo-webhooks.json
x-evidence:
  fetched: '2026-08-05'
  url: https://raw.githubusercontent.com/viagogo/viagogo-api-docs/main/docs/authentication/scopes.md
  http_status: 200
notes: >-
  Scope descriptions are quoted verbatim from the viagogo Scopes documentation page.
  Eight further scopes appear in the published OpenAPI security requirements but are
  not listed on that page; they are marked `documented: false` and carry no invented
  description. Scopes are requested as a space-delimited `scope` parameter on the
  token request against https://account.viagogo.com/oauth2/token.
authorization_server: https://account.viagogo.com/
authorization_endpoint: https://account.viagogo.com/authorize
token_endpoint: https://account.viagogo.com/oauth2/token
sandbox_token_endpoint: https://sandbox.account.viagogo.com/oauth2/token
scopes:
- scope: read:events
  description: Grants read-only access to events on the viagogo platform.
  documented: true
  sources:
  - openapi/viagogo-catalog.json
- scope: read:payment
  description: Grants read-only access to the user's payments.
  documented: true
  sources:
  - openapi/viagogo-sales.json
- scope: read:sales
  description: Grants read access to the user's sales.
  documented: true
  sources:
  - openapi/viagogo-inventory.json
  - openapi/viagogo-sales.json
- scope: write:sales
  description: Grants write access to the user's sales. This allows users to use your
    application to confirm and fulfill sales.
  documented: true
  sources:
  - openapi/viagogo-inventory.json
  - openapi/viagogo-sales.json
- scope: read:sellerlistings
  description: Grants read access to the user's listings.
  documented: true
  sources:
  - openapi/viagogo-inventory.json
  - openapi/viagogo-sales.json
- scope: write:sellerlistings
  description: Grants write access to the user's listings. This allows users to use
    your application to create and update listings.
  documented: true
  sources:
  - openapi/viagogo-inventory.json
  - openapi/viagogo-sales.json
- scope: read:webhooks
  description: Grants read access to the user's webhooks.
  documented: true
  sources:
  - openapi/viagogo-webhooks.json
- scope: write:webhooks
  description: Grants write access to the user's webhooks.
  documented: true
  sources:
  - openapi/viagogo-webhooks.json
- scope: write:requestedevents
  description: Grants write access to the user's requested events. This allows users
    to use your application to request an event to be added to the viagogo platform.
  documented: true
  sources:
  - openapi/viagogo-inventory.json
- scope: read:categories
  description: null
  documented: false
  note: Required by Categories_MapCategory; not listed on the Scopes docs page.
  sources:
  - openapi/viagogo-catalog.json
- scope: read:venues
  description: null
  documented: false
  note: Required by Venues_GetVenues and Venues_GetVenue; not listed on the Scopes
    docs page.
  sources:
  - openapi/viagogo-catalog.json
- scope: read:venue_configurations
  description: null
  documented: false
  note: Required by VenueConfigurations_GetVenueConfiguration; not listed on the Scopes
    docs page.
  sources:
  - openapi/viagogo-catalog.json
- scope: manage:listingoffers
  description: null
  documented: false
  note: Required by every /catalog/listingoffers operation (instant-liquidity buyer
    bids); not listed on the Scopes docs page.
  sources:
  - openapi/viagogo-catalog.json
- scope: read:user
  description: null
  documented: false
  note: Required across Account, Inventory and Sales for user-scoped reads; not listed
    on the Scopes docs page.
  sources:
  - openapi/viagogo-account.json
  - openapi/viagogo-inventory.json
  - openapi/viagogo-sales.json
- scope: write:user
  description: null
  documented: false
  note: Required for user profile and address writes, shipping labels and event e-ticket
    uploads; not listed on the Scopes docs page.
  sources:
  - openapi/viagogo-account.json
  - openapi/viagogo-inventory.json
  - openapi/viagogo-sales.json
- scope: write:brokerage
  description: null
  documented: false
  note: Appears in an Account API security requirement; not listed on the Scopes docs
    page.
  sources:
  - openapi/viagogo-account.json
- scope: write:purchases
  description: null
  documented: false
  note: Appears in a Sales API security requirement; not listed on the Scopes docs
    page.
  sources:
  - openapi/viagogo-sales.json
coverage:
  scopes_total: 17
  documented_on_docs_page: 9
  spec_only: 8