App Keys are used by partners to authenticate apps using HMAC signatures. A key pair used to authenticate the app, consists of a non-secret ID and a signing secret.
App Plans: SVOD partners will need to upload all available subscription plans, along with descriptions, pricing and other details. This metadata can be used for upgrades and downgrades from VIZIO systems as well as verifying transactions submitted from TV client.
Subscription Offers: Coupons can either be single codes that easily allow mass distribution by many customers or bulk coupons that can generate many unique coupons that can allow for individual delivery and tracking.
Request an API keyTo get an Authorization Token copy the Developer Key Id, then in the Playground on the bottom left, in the section HTTP HEADERS paste the following JSON:
{ "x-tyk-key":"REPLACE_WITH_DEVELOPER_KEY_ID" }
App Plans API Playground
App Keys API Playground
Subscription Offers Playground
Partners will need to register a webhook URL where event-based notifications will be delivered. Partners can specify which events are delivered to specific webhook callback urls. Partners will also need to register and use a signing-key to authenticate them as the correct receiver of events.
View documentationThis API will inform if the subscription is Active and gives details about the Subscription ID, next Billing Date and the Partner Account # .
View documentation