Managing Channels
Last updated
Last updated
Check out our custom Rad TV Developer API . (free or premium OpenAI account required)
Channels in the Rad TV Developer API serve as containers for organizing content and playlists. You can manage channels by retrieving channel data and customizing channel metadata.
To fetch a channel's details, use the me
query to access the authenticated user's channel.
Expected Response:
To update a channel's metadata, use the updateChannelMetadata
mutation. This operation requires the channel ID and the updated metadata fields.
Expected Response:
Meaningful Metadata: Use clear and concise metadata to make your channel easy to identify and navigate.
Organized Playlists: Structure your playlists within the channel for thematic consistency.
Error Handling: Ensure proper error handling for cases like invalid IDs or missing fields.