Skip to main content

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

Single-clip rights decision

Response Headers
    x-fmg-clips-request-id

    Correlation id for the request, either echoed from the supplied x-fmg-clips-request-id request header or generated by the server.