Blubrry API · OAuth Scopes

Blubrry API OAuth Scopes

OAuth 2.0 derived

Blubrry API 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.blubrry.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.

PodcastingAudioMediaPublishingStatistics
Scopes: 0 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://api.blubrry.com/oauth2/authorize
Token URL
https://api.blubrry.com/oauth2/token
Flows
authorizationCode

Scopes (0)

Blubrry API 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.

Blubrry's OAuth 2.0 implementation does not use or document scopes — the token response returns "scope":null and access is granted at the level of the account authorized during the authorization code flow (https://blubrry.com/developer/api/oauth-2/).

Source

OAuth Scopes

blubrry-api-restful-api-for-podcast-publishing-statistics-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/blubrry-api-restful-api-for-podcast-publishing-statistics-openapi.yml
docs: https://blubrry.com/developer/api/oauth-2/
note: Blubrry's OAuth 2.0 implementation does not use or document scopes — the token
  response returns "scope":null and access is granted at the level of the account
  authorized during the authorization code flow (https://blubrry.com/developer/api/oauth-2/).
schemes:
- name: OAuth2
  source: openapi/blubrry-api-restful-api-for-podcast-publishing-statistics-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.blubrry.com/oauth2/authorize
    tokenUrl: https://api.blubrry.com/oauth2/token
  description: |-
    OAuth 2.0 Bearer token. Contact Blubrry to receive a client_id and
    secret. Tokens expire after one hour; refresh tokens do not expire.
scopes: []