Bloomberg · OAuth Scopes

Bloomberg OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://login.bloomberg.com/api/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.

AnalyticsBusiness IntelligenceData LicenseEnterpriseExecution ManagementFinancial ServicesMarket DataNewsQuantitative AnalysisTradingTransaction Cost Analysis
Scopes: 3 Flows: authorizationCode, refreshToken Method: searched

OAuth endpoints

Authorization URL
https://login.bloomberg.com/api/oauth/authorize
Token URL
https://login.bloomberg.com/api/oauth/token
Flows
authorizationCoderefreshToken

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication — issues an RS256-signed ID token for the Bloomberg identity. authorizationCode
user Access to the authenticated Bloomberg user profile. authorizationCode
entitlements Access to the user's Bloomberg product/data entitlements. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-06-20'
method: searched
source: https://www.bloomberg.com/.well-known/oauth-authorization-server
docs: https://www.bloomberg.com/.well-known/openid-configuration
notes: >-
  Bloomberg's BLPAPI OpenAPI projections declare no oauth2 securitySchemes (BLPAPI uses SDK
  session/identity authorization). These scopes come from Bloomberg's published OAuth 2.0 /
  OIDC authorization-server discovery metadata (endpoints on login.bloomberg.com), which fronts
  Bloomberg web/console login and token issuance for HTTP-delivered services.
schemes:
  - name: BloombergOAuth
    source: https://www.bloomberg.com/.well-known/oauth-authorization-server
    issuer: https://www.bloomberg.com
    flows:
      - flow: authorizationCode
        authorizationUrl: https://login.bloomberg.com/api/oauth/authorize
        tokenUrl: https://login.bloomberg.com/api/oauth/token
        pkce: S256
      - flow: refreshToken
        tokenUrl: https://login.bloomberg.com/api/oauth/token
scopes:
  - scope: openid
    description: OpenID Connect authentication — issues an RS256-signed ID token for the Bloomberg identity.
    flows: [authorizationCode]
    sources: [https://www.bloomberg.com/.well-known/oauth-authorization-server]
  - scope: user
    description: Access to the authenticated Bloomberg user profile.
    flows: [authorizationCode]
    sources: [https://www.bloomberg.com/.well-known/oauth-authorization-server]
  - scope: entitlements
    description: Access to the user's Bloomberg product/data entitlements.
    flows: [authorizationCode]
    sources: [https://www.bloomberg.com/.well-known/oauth-authorization-server]