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