You are here: Home > API Reference > App Management > Download Asset > Get download

Get download

Get download

GET
https://download-api.applivery.io/v1/download-asset/{downloadAssetTokenId}

Request

Send your API key in the request header authorization
Example: Authorization: Bearer <token>

downloadAssetTokenId string
required
Match pattern: ^[a-fA-F0-9]{24}$

Responses

{
  "type": "object",
  "properties": {}
}
404 Response application/json
status boolean optional
false
error object optional
code number optional
3001
message string optional
Entity not found
{
    "status": false,
    "error": {
        "code": 3001,
        "message": "Entity not found"
    }
}
Was this page helpful?