Kensho · OAuth Scopes

Kensho OAuth Scopes

OAuth 2.0 searched

Kensho publishes 2 OAuth 2.0 scopes via the authorizationCode, clientCredentials, and refreshToken flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Kensho API on a user’s behalf.

Tokens are issued from https://kfinance.kensho.com/integrations/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.

CompanyArtificial IntelligenceMachine LearningFinancial DataSpeech to TextTranscriptionDocument ExtractionNamed Entity RecognitionNatural Language ProcessingLLMModel Context ProtocolRetrievalS&P Global
Scopes: 2 Flows: authorizationCode, clientCredentials, refreshToken Method: searched

OAuth endpoints

Authorization URL
https://kfinance.kensho.com/integrations/authorize
Token URL
https://kfinance.kensho.com/integrations/token
Flows
authorizationCodeclientCredentialsrefreshToken

Scopes (2)

ScopeDescriptionFlows
kensho:app:kfinance Access to the Kensho LLM-ready API (kfinance) application and its S&P Global financial-data retrieval surface via the hosted MCP server. authorizationCode, clientCredentials, refreshToken
offline_access Issue a refresh token so the client can obtain new access tokens without re-authorization (OpenID Connect / OAuth 2.0 offline access). authorizationCode, refreshToken

Source

OAuth Scopes

kensho-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://kfinance.kensho.com/.well-known/oauth-authorization-server
docs: https://docs.kensho.com/llmreadyapi/mcp/custom/oauth-client-credentials
schemes:
- name: OAuth2
  source: well-known/kensho-oauth-authorization-server.json
  issuer: https://kfinance.kensho.com/integrations
  flows:
  - flow: authorizationCode
    authorizationUrl: https://kfinance.kensho.com/integrations/authorize
    tokenUrl: https://kfinance.kensho.com/integrations/token
  - flow: clientCredentials
    tokenUrl: https://kfinance.kensho.com/integrations/token
  - flow: refreshToken
    tokenUrl: https://kfinance.kensho.com/integrations/token
scopes:
- scope: kensho:app:kfinance
  description: >-
    Access to the Kensho LLM-ready API (kfinance) application and its S&P Global
    financial-data retrieval surface via the hosted MCP server.
  flows: [authorizationCode, clientCredentials, refreshToken]
  sources: [well-known/kensho-oauth-authorization-server.json]
- scope: offline_access
  description: >-
    Issue a refresh token so the client can obtain new access tokens without
    re-authorization (OpenID Connect / OAuth 2.0 offline access).
  flows: [authorizationCode, refreshToken]
  sources: [well-known/kensho-oauth-authorization-server.json]