---
title: "Check media access (media-acl whitelisting)."
method: GET
path: "/2/vod/media/{media}/access"
tags: ["V3 > Media"]
---

# Check media access (media-acl whitelisting).

`GET /2/vod/media/{media}/access`

Lightweight endpoint meant to be called with HEAD by the media-acl
service: it forwards the manager session cookie, the mixed group's
session_auth middleware turns it into the user's bearer, and the
route middlewares (perm + model_availability) perform the same
authorization as any other media route.

204 = the session is valid and the user may access the media.
401/403/404 = the caller must not whitelist the playback.

## Path parameters

- `media` string, required

## Response `200`

OK

- Response
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request

## Changes

- **2026-09-22** `f11860e74a00` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/changes/2/vod/media/:media/access/get.md)

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/revisions/64c14a5addb7?raw)
