cURL
curl -X GET \ /media/{id}/download/{token} \ --header "Authorization: Bearer <token>"
"<string>"
Download a media by download token. No authentication required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Media identifier
Media file
The response is of type file.
file
War diese Seite hilfreich?