Spreaker · OAuth Scopes

Spreaker OAuth Scopes

OAuth 2.0 derived

Spreaker publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Spreaker API on a user’s behalf.

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

PodcastingPodcast HostingAudioMediaMonetizationAnalytics
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (1)

ScopeDescriptionFlows
basic Basic access to the Spreaker API on behalf of the user. authorizationCode

Source

OAuth Scopes

spreaker-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/spreaker-openapi.yml
schemes:
- name: oauth2
  source: openapi/spreaker-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.spreaker.com/oauth2/authorize
    tokenUrl: https://api.spreaker.com/oauth2/token
  description: OAuth2. Authorize at https://www.spreaker.com/oauth2/authorize and exchange or
    refresh tokens at https://api.spreaker.com/oauth2/token. Access tokens are sent as a Bearer
    token in the Authorization header.
scopes:
- scope: basic
  description: Basic access to the Spreaker API on behalf of the user.
  flows:
  - authorizationCode
  sources:
  - openapi/spreaker-openapi.yml