List Playback Restrictions
GET {{baseUrl}}/video/v1/playback-restrictions
Returns a list of all Playback Restrictions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Offset by this many pages, of the size of limit | |
limit | number | Number of items to include in the response |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"total_row_count":2,"page":1,"limit":100,"data":[{"id":"9dbEg8o00uqQzZbzJT6NXdqNA00SdnSo8O","updated_at":"1607945257","created_at":"1607939184","referrer":{"allowed_domains":["*.example.com"],"allow_no_referrer":false},"user_agent":{"allow_no_user_agent":false,"allow_high_risk_user_agent":false}},{"id":"012uTQqPygDYWz3jey8cyOX9n01Bd5SDH1","updated_at":"1607945980","created_at":"1607939188","referrer":{"allowed_domains":["a.example.com","b.example.com"],"allow_no_referrer":true},"user_agent":{"allow_no_user_agent":false,"allow_high_risk_user_agent":false}}]}