PodHood文档
API 参考

列出你的密钥可读取的频道

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    }  ]}
这个页面有帮助吗?