Categories API
Browse content categories used across 8BALL Live.
List Categories
GET /v1/categories
Required scope: channel:read
curl https://api.8ball.live/v1/categories \
-H "Authorization: Bearer 8b_key_..."
Get Category
GET /v1/categories/:id
Required scope: channel:read
Accepts a category ID or slug.
curl https://api.8ball.live/v1/categories/just-chatting \
-H "Authorization: Bearer 8b_key_..."