Podbean API · OAuth Scopes

Podbean API OAuth Scopes

OAuth 2.0 searched

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

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

PodcastsPodcastingAudioMediaOAuthEpisodes
Scopes: 5 Flows: clientCredentials Method: searched

OAuth endpoints

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

Scopes (5)

ScopeDescriptionFlows
podcast_read Read podcast
podcast_update Update podcast
episode_read Read episode
episode_publish Create/Update/Delete episode
private_members Create/Read/Update/Delete private members (only available to Business Master Account with Client Credentials authentication)

Source

OAuth Scopes

podbean-api-scopes.yml Raw ↑
generated: '2026-07-11'
method: searched
source: openapi/podbean-api-openapi.yml
docs: https://developers.podbean.com/podbean-api-docs/#api-appendix-permissions
schemes:
- name: oauth2ClientCredentials
  source: openapi/podbean-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.podbean.com/v1/oauth/token
scopes:
- scope: podcast_read
  description: Read podcast
  sources:
  - https://developers.podbean.com/podbean-api-docs/#api-appendix-permissions
- scope: podcast_update
  description: Update podcast
  sources:
  - https://developers.podbean.com/podbean-api-docs/#api-appendix-permissions
- scope: episode_read
  description: Read episode
  sources:
  - https://developers.podbean.com/podbean-api-docs/#api-appendix-permissions
- scope: episode_publish
  description: Create/Update/Delete episode
  sources:
  - https://developers.podbean.com/podbean-api-docs/#api-appendix-permissions
- scope: private_members
  description: Create/Read/Update/Delete private members (only available to Business
    Master Account with Client Credentials authentication)
  sources:
  - https://developers.podbean.com/podbean-api-docs/#api-appendix-permissions