Skip to main content

ClipRightsResponse

Rights decision for a single clip. When allowed is false, reason and detail are populated. Missing clips return allowed: false, reason: NOT_FOUND.

allowedbooleanrequired

Whether you may play this clip.

reasonRightsReason (string)

Machine-readable reason a clip was denied. Switch on this rather than parsing the human-readable detail string. Unknown values should be treated as UNKNOWN.

Possible values: [GEO, LICENSING, ACCOUNT, EXPIRED, NOT_FOUND, UNKNOWN]

detailstring

Human-readable description. Set when allowed is false.

checkedAtdate-timerequired

When the server evaluated this decision.

ClipRightsResponse
{
"allowed": true,
"reason": "GEO",
"detail": "string",
"checkedAt": "2024-07-29T15:51:28.071Z"
}