get
https://api.octopush.com/v1/public/short-link/attached-file/list
Encoding : UTF-8
Authentication
Your "api-key" and "api-login" identifiers must be added in the headers.
Definition
This web service allows you to retrieve the list of attached files.
Server Response Example in JSON
Success
[
{
"name": "K.pdf",
"url": "https://8pu.sh/f/K.pdf",
"creation_date": "2022-02-09T12:26:09+01:00",
"expiration_date": "2022-02-24T12:26:09+01:00",
"number_of_downloads": 0
},
{
"name": "F.pdf",
"url": "https://8pu.sh/k/GH.pdf",
"creation_date": "2022-02-09T12:24:09+01:00",
"expiration_date": "2022-02-24T12:24:09+01:00",
"number_of_downloads": 9
}
]