Retrieve list of the attached files

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
  }
 ]
Language
Click Try It! to start a request and see the response here!