cURL
files
Get apiv1files
REST API for site file management.
list: GET /api/files/?site_id=X&category=Y create: POST /api/files/ (multipart) read: GET /api/files// update: PUT /api/files// (multipart) delete: DELETE /api/files// download: GET /api/files//download/
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of results to return per page.
The initial index from which to return the results.
