List Playback Restrictions

GET {{baseUrl}}/video/v1/playback-restrictions

Returns a list of all Playback Restrictions.

Request Params

KeyDatatypeRequiredDescription
pagenumberOffset by this many pages, of the size of limit
limitnumberNumber of items to include in the response

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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}}]}