PodHoodDocs
API Reference

List the channels your key can read

Every channel the key's owner is a member of — the discovery call that turns a bare key into the slugs the rest of the API is addressed by. apiAccess=false marks a channel whose owner's plan does not include the API: its data endpoints would answer 403.

GET
/api/v1/channels
x-api-key<token>

A user-owned key created in Studio → Settings → API keys (paid plans). It reads the channels its owner is a member of.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/channels"
{  "channels": [    {      "id": "string",      "slug": "string",      "title": "string",      "providerType": "youtube",      "apiAccess": true    }  ]}
{  "error": "string"}
{  "error": "string"}
Was this page helpful?