Manage private or premium subscribers on a gated Castos podcast by adding, looking up, and revoking subscriber access via the Private Subscribers API
domain: app.castos.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with a Castos API token as a Bearer header against the app.castos.com API
Add a subscriber with POST /private-subscribers using podcast_id, subscriber name, and email
List current subscribers for a podcast with GET /private-subscribers?podcast_id={id}, paginated with page and per_page
Look up one subscriber with GET /private-subscribers/{subscriber_id} or GET /private-subscribers/email/{email_address}
Revoke access with PUT /private-subscribers/{subscription_id} to set status to cancelled, or DELETE /private-subscribers/{subscription_id} to remove the record outright
For batches, use POST /create-private-subscribers, /update-private-subscribers, or /revoke-private-subscribers with a subscribers array
Known gotchas
Revoke (PUT, cancels the subscription but preserves history) and Delete (DELETE, removes the record) are different operations with different endpoints and are easy to mix up
subscriber_id and subscription_id are distinct identifiers used by different endpoints in this API and are not interchangeable
This is a separate capability from the general podcasts and episodes CRUD group; it only applies to private or protected podcast subscriber management
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?