⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/server/export

Export Zipline server data as a version 4 export bundle or return aggregate counts of core resources.

GET/api/server/export

Query Parameters

nometrics?string

Value in

  • "true"
  • "false"
counts?string

Value in

  • "true"
  • "false"

Response Body

application/json

application/json

curl -X GET "https://example.com/api/server/export"
{  "users": 0,  "files": 0,  "urls": 0,  "folders": 0,  "invites": 0,  "thumbnails": 0,  "metrics": 0}