Skip to main content
GET
media
/
{media_id}
curl -X GET "https://postsyncer.com/api/v1/media/99" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Get media

Returns a single library item if it belongs to a workspace you can access.

Request

media_id
integer
required
The media row id (same as returned from list or upload endpoints).
curl -X GET "https://postsyncer.com/api/v1/media/99" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

200 — one APIMedia object (id, workspace_id, folder_id, url, …).

Errors

401 · 403 · 404 See Media overview.