Moody's Corporation · OAuth Scopes

Moody's Corporation OAuth Scopes

OAuth 2.0 derived

Moody’s Corporation publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Moody’s Corporation API on a user’s behalf.

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

AnalyticsCatastrophe RiskClimate RiskComplianceCredit RatingsEconomic DataESGFinancial DataKYCRiskFortune 1000
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.economy.com/oauth2/token https://api.economy.com/data/v1/oauth2/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
read Read access to entitled Moody's Analytics products clientCredentials
write Write access for job submission and basket / order management clientCredentials

Source

OAuth Scopes

moodys-corporation-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/moodys-analytics-developer-openapi.yml, openapi/moodys-data-buffet-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/moodys-analytics-developer-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.economy.com/oauth2/token
- name: oauth2
  source: openapi/moodys-data-buffet-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.economy.com/data/v1/oauth2/token
  description: OAuth2 client credentials flow for authenticating API requests. Obtain client_id
    and client_secret from your Moody's Analytics account.
scopes:
- scope: read
  description: Read access to entitled Moody's Analytics products
  flows:
  - clientCredentials
  sources:
  - openapi/moodys-analytics-developer-openapi.yml
- scope: write
  description: Write access for job submission and basket / order management
  flows:
  - clientCredentials
  sources:
  - openapi/moodys-analytics-developer-openapi.yml