API: Mark Episode as Unread
Mark an episode as unread for the authenticated user. If the episode is already unread or has no read record, the request succeeds silently (idempotent).
Endpoint
POSThttps://podwise.ai/api/open/v1/episodes/[seq]/unread
Path Parameters
seq: Episode sequence number.
Response
type Response = {
success: true,
}Last updated on