Update domain restrictions for a playback ID

This endpoint updates domain-level restrictions for a specific playback ID associated with a media asset. It allows you to restrict playback to specific domains or block known unauthorized domains.

How it works:

  1. Make a PATCH request to this endpoint with your desired domain access configuration.
  2. Set a default policy (allow or deny) and specify domain names in the allow or deny lists.
  3. This is commonly used to restrict video playback to your website or approved client domains.

Example: A streaming service can allow playback only from example.com and deny all others by setting: "defaultPolicy": "deny" and "allow": ["example.com"].

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier assigned to the media when created. The value must be a valid UUID.

uuid
required

The unique identifier assigned to the playback when created. The value must be a valid UUID.

Body Params
string
enum
Defaults to allow

Specify the fallback behavior for domains that are not listed in the allow or deny lists.

Allowed:
allow
array of strings
Defaults to yourdomain.com

List of domains explicitly allowed to play the media.

allow
deny
array of strings
Defaults to

List of domains explicitly denied from accessing the media.

deny
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json