HockeyStack · OAuth Scopes

HockeyStack OAuth Scopes

OAuth 2.0 searched

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

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

CompanyDataMarketing AnalyticsAttributionRevenue IntelligenceB2BAccount IntelligenceMCPAI Agents
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://hockeystack.com/api/mcp/oauth/authorize
Token URL
https://hockeystack.com/api/mcp/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
omni:tools Grants an OAuth client access to the HockeyStack Omni MCP tool surface (revenue/marketing/account intelligence agent tools) on the protected resource https://hockeystack.com/api/mcp/omni. authorizationCode

Source

OAuth Scopes

hockeystack-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://app.hockeystack.com/.well-known/oauth-authorization-server
docs: https://app.hockeystack.com/.well-known/oauth-protected-resource
schemes:
- name: OmniOAuth2
  source: well-known/hockeystack-oauth-authorization-server.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://hockeystack.com/api/mcp/oauth/authorize
    tokenUrl: https://hockeystack.com/api/mcp/oauth/token
scopes:
- scope: omni:tools
  description: >-
    Grants an OAuth client access to the HockeyStack Omni MCP tool surface
    (revenue/marketing/account intelligence agent tools) on the protected
    resource https://hockeystack.com/api/mcp/omni.
  flows:
  - authorizationCode
  sources:
  - well-known/hockeystack-oauth-authorization-server.json
notes: >-
  Only one scope (omni:tools) is advertised in the authorization-server and
  protected-resource discovery documents. No finer-grained scope reference is
  published.