md-platform

README.md
View raw Back to list

API Endpoints

GET /client/v1/videos/vod

Retrieves a paginated list of Video-on-Demand (VOD) videos. Optional filters:

GET /client/v1/videos/live

Retrieves a paginated list of Livestream videos. Optional filters:

GET /client/v1/videos/{id}/reactions

Retrieves the list of reactions for a specific video. Path parameters:

Optional behavior: Returns all reactions associated with the video.

GET /client/v1/videos/{id}/subscriptions

Retrieves the list of subscriptions for a specific video. Path parameters:

Optional behavior: Uses the authenticated user ID if available to personalize the subscription list.

GET /client/v1/channels/sidebar

Retrieves a list of channels for display in the sidebar.

GET /client/v1/channels/{id}/subscriptions

Retrieves the list of subscriptions for a specific channel. Path parameters:

Optional behavior: Uses the authenticated user ID if available to personalize the subscription list.

GET /client/v1/events/prelive

Retrieves a paginated list of upcoming (pre-live) events.

GET /client/v1/events/{id}/subscriptions

Retrieves the list of subscriptions for a specific event. Path parameters:

Optional behavior: Uses the authenticated user ID if available to personalize the subscription list.