Metadata Ingestion APIsShelf and Feed APIsSubscriber Activity APIs

Movie Play Feed

This API returns all movie play related URLs.

Resource URL

GET - /metax/3.0/media/{ASSET_ID}

Header Paramater

Authorization
required
Bearer Access Token

NOTE: Access Token here refers to the access authorization token.

URL Parameter

ASSET_ID
required
Asset ID is the unique ID of an asset.

Form Parameter

redirected
optional
The default value is 'false'.
subId
optional
Subscriber Id is an unique Id of the user.

Example Request URL

GET - http://__JTV_HOST__/metax/3.0/media/CEG123456

Example Return

The response of a invalid authorization access call ( Status #401) will look as follows:-

To see how to get access token - (see Getting Access Tokens)

The response of an ERROR in authorization access call ( Status #404) will look as follows:-

HTTP Status 404