Buzzsprout
Introduction
The Buzzsprout source connector connects to the Buzzsprout API using a podcast ID and an API token.
This connector is currently in development. Authentication can be validated, but data extraction and stream discovery are not yet available.
Setup
Prerequisites
- A Buzzsprout account with access to the podcast you want to connect.
- Your Podcast ID (numeric).
- A Buzzsprout API token.
Get your Buzzsprout credentials
- In Buzzsprout, locate your Podcast ID for the podcast you want to sync.
- Generate or copy your API token from Buzzsprout’s API/token settings.
Authentication
This connector authenticates using Buzzsprout’s token authentication scheme:
-
The connector sends requests with an
Authorizationheader in the form:Authorization: Token token=<API_TOKEN>
During connection setup, the connector validates credentials by making a request to:
GET https://www.buzzsprout.com/api/{podcast_id}/episodes.json
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
podcast_id | string | ✅ | Your Buzzsprout podcast ID. Must be numeric (digits only). |
api_token | string | ✅ | Your Buzzsprout API token used to authenticate API requests. |
Streams
Stream discovery and extraction are not yet implemented for this connector.
- Catalog: not yet defined
- Extraction: not yet available (the connector will error if you attempt to run an extract)
Limitations
- This connector currently supports credential validation only.
- No streams are available yet, and extraction will fail until development is complete.