Podcast Contacts

GET /podcasts/::podcastIdOrSlug/contacts

Get the contacts for a podcast

TOKEN

Authentication

This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.

URL

https://api.podengine.ai/api/v1/podcasts/:podcastIdOrSlug/contacts

Code Example

API Specification

Path Parameters

PropertyTypeDescription
podcastIdOrSlug
string

Podengine ID, Apple ID, or slug

200

Success Response

PropertyTypeDescription
status
literal: OK

data
object

podcast
object

authornullable
string

authorityScorenullable
object

calculatedAt
date

authorityScore
number

This is the weighted total authority score of the podcast, out of 100

qualityScore
number

This is the quality score of the podcast, out of 100

youtubeScore
number

This is the YouTube score of the podcast, out of 100

socialScore
number

This is the social score of the podcast, out of 100

engagementScore
number

This is the engagement score of the podcast, out of 100

genres
array
of
string

id
string

imageUrlnullable
string

language
string

lastEpisodePublishedAt
date

slug
string

title
string

titleLatest
string

podcastContacts
object

podcastId
string

emails
array
of
object

email
string

The email address associated with the podcast contact

verifiedAtnullable
date

The timestamp when the email was last verified, or null if it has not been verified

syntaxValidnullable
boolean

Whether the email address has valid syntax (e.g. correctly formatted local and domain parts), or null if not yet checked

mxValidnullable
boolean

Whether the email's domain has valid MX records indicating it can receive mail, or null if not yet checked

deepVerifiedAtnullable
date

The timestamp when the email was last deep-verified for deliverability, or null if not run

deliverabilityStatusnullable
enum ⓘ

Allowed values

validinvalidcatch-allunknownspamtrapabusedo_not_mail

Deep deliverability status: valid, invalid, catch-all, unknown, spamtrap, abuse, or do_not_mail

deliverabilityReasonnullable
string

Sub-classification providing more detail on the deliverability result

isFreeEmailProvidernullable
boolean

Whether the address belongs to a known free-email provider (e.g. gmail, yahoo)

suggestedCorrectionnullable
string

Suggested correction for likely typos, e.g. gmial.com -> gmail.com

phoneNumbers
array
of
string

websites
array
of
object

url
string

verified
boolean

contactUrls
array
of
string