Blubrry API · Authentication Profile

Blubrry Api Restful Api For Podcast Publishing Statistics Authentication

Authentication

Blubrry API secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

PodcastingAudioMediaPublishingStatistics
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

blubrry-api-restful-api-for-podcast-publishing-statistics-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/blubrry-api-restful-api-for-podcast-publishing-statistics-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.blubrry.com/oauth2/authorize
    tokenUrl: https://api.blubrry.com/oauth2/token
    scopes: 0
  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.
  sources:
  - openapi/blubrry-api-restful-api-for-podcast-publishing-statistics-openapi.yml