Zum Hauptinhalt springen
GET
/
media
/
{id}
/
download
/
{token}
cURL
curl -X GET \
 /media/{id}/download/{token} \
 --header "Authorization: Bearer <token>"
"<string>"

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

id
string
erforderlich

Media identifier

token
string
erforderlich

Media identifier

Antwort

Media file

The response is of type file.