Bulk rights check
GET/v2/clips/rights
Returns playback rights for a set of clip IDs. Switch on the per-clip reason enum rather than parsing detail strings. Unknown IDs surface in denied with reason: NOT_FOUND.
Request
Responses
- 200
- 400
- 403
- 429
- 500
Rights check response
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.
Validation or bad-parameter error. Validation failures include field-level details in errorData.fields.
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.
Access denied. The request was not permitted — the access token may be missing, invalid, or expired, or the requested content may not be available in your region.
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.
Too many requests. The rate limit has been exceeded — wait before retrying.
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.
Internal or service error
Response Headers
Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.