# SVOD

Subscription Video On Demand

A subscription will give access to a range of products for a given period.

# List SVOD Products

ProductSVOD represents a subscription product in the API. Available subscriptions can be retrieved with the following query :

# Active SVOD Accesses

To retrieve the user's active subscriptions, use user.accesses and query for type:SVOD.

# Toggle Renewal

If the subscription uses a Payment Gateway (ProductAccess.gateway) which supports recurring payments, you can enable/disable the renewal with the toggleAccessRenewal mutation: