Smashgg · Authentication Profile

Smashgg Authentication

Authentication

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

CompanyConsumerEsportsGamingTournamentsGraphQLEventDeveloper API
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

PersonalAccessToken http
scheme: bearer · in: header ()
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

smashgg-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://developer.start.gg/docs/authentication
docs: https://developer.start.gg/docs/authentication
summary:
  types: [http, oauth2]
  http_scheme: bearer
  oauth2_flows: [authorizationCode]
  notes: >-
    start.gg's GraphQL API accepts two token types. A personal access token
    (created in Developer Settings, expires after 1 year) authenticates
    application-owned requests. OAuth 2.0 authorization-code tokens act on
    behalf of an end user, scoped to what the user approves.
schemes:
  - name: PersonalAccessToken
    type: http
    scheme: bearer
    in: header
    header: Authorization
    format: 'Authorization: Bearer [token]'
    creation: https://start.gg developer settings ("Create new token")
    expiry: 1 year
    notes: Copy the token immediately on creation - it is not shown again.
    docs: https://developer.start.gg/docs/authentication
  - name: OAuth2
    type: oauth2
    flows:
      - flow: authorizationCode
        authorizationUrl: https://start.gg/oauth/authorize
        tokenUrl: https://api.start.gg/oauth/access_token
        refresh: true
        access_token_ttl_seconds: 604800
        token_type: Bearer
        scopes:
          - user.identity
          - user.email
          - tournament.manager
          - tournament.reporter
    docs: https://developer.start.gg/docs/oauth/oauth-overview

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/smashgg-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.