Media
Create download token
Create token to download media file by get request and without another authentication.
Required permissions:media:read
POST
Authorizations
Value for the Authorization header parameter.
Path Parameters
Media identifier
Response
201
application/json
Media resource created
The token to download the media file. This token is valid for 1 minute.
Example:
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9"
The url to download the media file.
Example:
"https://coreapi.io/media/1/download/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9"
Was this page helpful?