Get an episode

Directory card for one episode — the id every insight carries as episode_id resolves here directly.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
X-API-Keystring
API Key authentication via header

Path parameters

episode_idstringRequired

Response

Successful Response
idstring
insight_countinteger
titlestring or nullOptional
published_atstring or nullOptional
duration_secondsinteger or nullOptional
episode_audio_urlstring or nullOptional
episode_urlstring or nullOptional
episode_image_urlstring or nullOptional
podcast_idstring or nullOptional
podcast_namestring or nullOptional
podcast_image_urlstring or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error