Hubhopper
Connector for the hubhopper API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://apis.hubhopper.com/partner - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
get_categories— GET /categories — Get the list of all content categories.get_categories_categoryid— GET /categories/{categoryId} — Get specific content category.get_categories_categoryid_podcasts— GET /categories/{categoryId}/podcasts — Get a list of all podcasts under a category.get_podcasts— GET /podcasts — Get the list of all podcasts.get_podcasts_podcastid— GET /podcasts/{podcastId} — Get a single Podcast.get_podcasts_podcastid_episodes— GET /podcasts/{podcastId}/episodes — Get a list of all episodes under a podcast.
Inputs
apiKey— your hubhopper API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_categories
apiKey: <your key>