GET
/
media
/
{id}
/
download
/
{token}
curl -X GET \
 /media/{id}/download/{token} \
 --header "Authorization: Bearer <token>"
This response does not have an example.

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Media identifier

token
string
required

Media identifier

Response

200
application/octet-stream
Media file

The response is of type file.