OpenTV ENTera & OpenTV Platform Documentation
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2

Get all subscriptions for an account

Request

To get all the subscriptions for an account, send a GET request to:

https://<host>:<port>/orders/v1/subscriptions

Mandatory fields

  • token – the signon token that identifies the account (either as a bearer token header or in the query string)

Response

A successful request returns an HTTP 200 status. The body of the response contains all the subscription objects for the account.

A bad request returns an HTTP 400 status.

If no subscriptions exist for the account, the request returns an HTTP 404 status.

See also

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