Add a single podcast to a project's list
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
projectSlug | string |
| Property | Type | Description |
|---|---|---|
podcastId | string | |
state | enum ⓘAllowed values prospectqualifiedpitchedlostbookedignored | |
priorityoptional | enum ⓘAllowed values lowmediumhighurgent | |
labelsoptional | array of enum ⓘAllowed values automatedguest-appearancemcp |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└listedPodcast | object | |
└listedPodcastId | string | |
└projectId | string | |
└podcast | object | |
└podcastId | string | |
└titleOriginal | string | |
└titleLatest | string | |
└slug | string | |
└imageUrlnullable | string | |
└status | enum ⓘAllowed values prospectqualifiedpitchedlostbookedignored | |
└prioritynullable | enum ⓘAllowed values lowmediumhighurgent | |
└labels | array of string | |
└addedAt | date | |
└updatedAt | date | |
└addedByUser | object | |
└userId | string | |
└email | string | |
└displayNamenullable | string | |
└activityHistory | array of object | |
└actionType | enum ⓘAllowed values added-to-listupdate-labelsupdate-priorityupdate-state | |
└activityDate | date | |
└fromValuenullable | string | |
└toValuenullable | string | |
└userId | string | |
└userDisplayName | string | |
└analysis | object | |
└relevancyScoreoptionalnullable | number | |
└deepRelevancyScoreoptionalnullable | number | |
└hostRelevancyScoreoptionalnullable | number |