S.EE Docs
Referencia de la API

Obtener historial de archivos

Devuelve la lista de archivos subidos por la cuenta actual.

GET
/api/v1/files

Query Parameters

page?integer

Page number (default 1)

Default1
Range1 <= value

Header Parameters

Authorization*string

API key

Response Body

application/json

curl -X GET "https://s.ee/api/v1/files" \  -H "Authorization: string"
{
  "code": 0,
  "data": [
    {
      "created_at": 0,
      "delete": "string",
      "file_id": 0,
      "filename": "string",
      "hash": "string",
      "height": 0,
      "page": "string",
      "path": "string",
      "size": 0,
      "storename": "string",
      "upload_status": 0,
      "url": "string",
      "width": 0
    }
  ],
  "message": "string",
  "success": true
}