How to use webhooks of podcast api?

Currently we have webhook support for two API endpoints in Podcaster API: POST /podcasts/submit and DELETE /podcasts/{id}. Both endpoints are primarily used by podcast hosting services to help their users (mostly podcasters) submit or delete podcasts in the Listen Notes ecosystem.

To set up webhooks, please visit the "WEBHOOKS" tab in the dashboard.

When an event is triggered (e.g., a podcast submission is accepted), we will send a POST request to the webhook url provided by you, which is expected to respond a status code 200.



If you haven't used Listen Notes Podcast API yet, get API keys here - Get API keys

Still need help? Contact Us Contact Us