Skip to content
OpenPostDocs
OpenPostDocs
Media

Get publications that use a media attachment

GET/media/{id}/usage

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Media ID

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/media/string/usage"
{  "$schema": "https://example.com/api/v1/schemas/GetMediaUsageOutputBody.json",  "count": 0,  "usage": [    {      "content": "string",      "id": "string",      "kind": "string",      "label": "string",      "publication_id": "string",      "scheduled_at": "string",      "status": "string"    }  ]}