S.EE Docs
Dokumentacja API

Pobierz historię plików

Zwraca listę plików przesłanych przez bieżące konto.

GET
/api/v1/files

Query Parameters

page?integer

Page number (default 1)

Range1 <= value
Default1

Header Parameters

Authorization*string

API key

Response Body

application/json

curl -X GET "https://example.com/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}