v1

latestOpenAPI 3.1.02026-07-1326105123.3 KB

postWebhookpodcastDeleted

Payload

imagestring

Image url for this podcast's artwork. If you are using PRO/ENTERPRISE plan, then it's a high resolution image (1400x1400). If you are using FREE plan, then it's the same as thumbnail, low resolution image (300x300).

thumbnailstring

Thumbnail image url for this podcast's artwork (300x300).

titlestring

Podcast name.

listennotes_urlstring

The url of this podcast on ListenNotes.com.

idstring

Podcast id, which can be used to further fetch detailed podcast metadata via GET /podcasts/{id}.

publisherstring

Podcast publisher name.

rssstring

RSS url of this podcast. This field is available only in the PRO/ENTERPRISE plan.

Example payload

{
  "image": "https://cdn-images-3.listennotes.com/podcasts/exponent-ben-thompson-james-allworth-OaJSjb4xQv3.1400x1400.jpg",
  "thumbnail": "https://cdn-images-3.listennotes.com/podcasts/exponent-ben-thompson-james-allworth-OaJSjb4xQv3.300x300.jpg",
  "title": "Star Wars 7x7 | Star Wars News, Interviews, and More!",
  "listennotes_url": "https://www.listennotes.com/c/4d3fe717742d4963a85562e9f84d8c79/",
  "id": "4d3fe717742d4963a85562e9f84d8c79",
  "publisher": "Planet Broadcasting",
  "rss": "https://sw7x7.libsyn.com/rss"
}

Response

Return a 200 status to indicate that the data was received successfully