BetaSeries: platforms
betaseries_platformsManage streaming platform subscriptions: list available services, add or remove a service, and show platforms available in a country.
Instructions
Call the BetaSeries "platforms" API. Pick an operation and pass its parameters in the params object.
Available operations:
delete-platforms-service [DELETE /platforms/service]: Remove the service from the user's subscriptions. Params: id? (Service ID)
get-platforms-list [GET /platforms/list]: Display the SVOD and VOD platforms available in the country. Params: country? (Country)
get-platforms-services [GET /platforms/services]: Display the different services a user can have. Params: id? (Member's ID (Optional if identified)), type? (Type of services (svod, vod, all) Default all)
post-platforms-service [POST /platforms/service]: Add the service to the user's subscriptions. Params: id? (Service ID)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |