IBISWorld · OAuth Scopes

IBISWorld OAuth Scopes

OAuth 2.0 derived

IBISWorld uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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

Business IntelligenceEconomicsIndustry DataMarket Research
Scopes: 0 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.ibisworld.com/oauth/token
Flows
clientCredentials

Scopes (0)

IBISWorld implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

IBISWorld's OAuth 2.0 implementation (password grant against /authentication/token) does not use or document scopes; the security scheme defines an empty scopes object and access is governed by the account's subscription (https://api.ibisworld.com/docs/authentication-22026063e0).

Source

OAuth Scopes

ibisworld-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ibisworld-openapi.yml
docs: https://api.ibisworld.com/docs/authentication-22026063e0
note: IBISWorld's OAuth 2.0 implementation (password grant against /authentication/token) does not use or document scopes; the security scheme defines an empty scopes object and access is governed by the account's subscription (https://api.ibisworld.com/docs/authentication-22026063e0).
schemes:
- name: OAuth2
  source: openapi/ibisworld-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.ibisworld.com/oauth/token
  description: OAuth 2.0 bearer token authentication.
scopes: []