Get one episode's payment split
get_episode_valueRetrieve the value block for a single episode using podcast and episode GUIDs to see the payout split and who received a share.
Instructions
The value block for a single episode, which can differ from the show's. Publishers override the split per episode to pay a guest a share, so this is how you see who was cut in on a particular conversation. Needs both the podcast GUID and the episode GUID, because that is the only pair this endpoint accepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| episode_guid | Yes | The episode's GUID from the RSS feed, from get_episodes. | |
| podcast_guid | Yes | The show's podcast GUID, from get_podcast. |