Single-clip rights check
GET/v2/clips/:id/rights
Returns the rights decision for a single clip. For valid, authenticated requests the response is always 200 — the body's data.allowed field indicates the verdict, and missing clips return allowed: false, reason: NOT_FOUND rather than 404 so you can handle every denial with one code path.
Request
Responses
- 200
- 400
- 403
- 429
- 500
Single-clip rights decision
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.