Channels API

Access channel metadata for creators on 8BALL Live.

List Channels

GET /v1/channels

Required scope: channel:read

curl https://api.8ball.live/v1/channels \
  -H "Authorization: Bearer 8b_key_..."

Get Channel By Slug

GET /v1/channels/:slug

Required scope: channel:read

curl https://api.8ball.live/v1/channels/creator-name \
  -H "Authorization: Bearer 8b_key_..."