Roku · Example Payload

External Control Protocol Launch App Example

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

External Control Protocol Launch App Example is an example object payload from Roku, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "path": "/launch/12",
    "query": {
      "contentId": "80100172",
      "mediaType": "movie"
    }
  },
  "response": {
    "status": 200,
    "body": ""
  }
}