HEAD
https://download-api.applivery.io/v1/download/{downloadTokenId}
Request
Send your API key in the request header
authorization
Example:
Authorization: Bearer <token>
downloadTokenId
string
required
Responses
{
"type": "object",
"properties": {}
}
401 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 4005,
"message": "Token Expired"
}
}
404 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}