### Authentication and Pagination Source: https://apidocs.simplecast.com/ Guidelines for authenticating requests and navigating paginated list endpoints. ```APIDOC ## Authentication ### Description All requests to the Simplecast API require authentication using a Bearer Token obtained from your Private Apps page. ### Header - **Authorization**: Bearer {token} ## Pagination ### Description List endpoints support pagination using query parameters to control the result set. ### Query Parameters - **limit** (integer) - Optional - The maximum number of objects to return. - **offset** (integer) - Optional - The index to start the page from. ### Request Example GET https://api.simplecast.com/podcasts/:podcast_id/episodes?limit=12&offset=0 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.