Skip to main content
Skip table of contents

Retrieving PPV product details

PPV products are signalled with a certain "type". To look up the details of the product itself – for aspects such as cost, currency, etc., send a GET request to:

https://server:port/metadata/delivery/[provider]/btv/products?filter={"locale":"en_GB", "type": "ppv"}

Headers

  • Authorization: Bearer – bearer token

  • Content-Type: application/json

Mandatory arguments

  • locale
  • type

Example

The following GET request gets the details of all products of type PPV:

https://server:port/metadata/delivery/[provider]/btv/products?filter={"locale":"en_GB", "type": "ppv"}

Response

A successful request returns an HTTP 200 status.

A bad request returns an HTTP 400 status.

An unsuccessful request returns an HTTP 401 status.

See also

For full details of this API, see the MDS API documentation.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.