/api/server/import/v4
Import data from a Zipline v4 export file, optionally merging into the current user and returning counts of imported records.
{
"imported": {
"users": 0,
"oauthProviders": 0,
"quotas": 0,
"passkeys": 0,
"folders": 0,
"files": 0,
"tags": 0,
"urls": 0,
"invites": 0,
"metrics": 0
}
}{
"error": "E1000: Invalid request schema",
"code": 1000,
"statusCode": 400
}/api/server/import/v3 POST
Import data from a legacy Zipline v3 export file, creating users, files, folders and URLs and returning a mapping of old IDs to new IDs.
/api/server/settings GET
Fetch the full Zipline server settings row along with a list of configuration keys that were overridden at runtime (admin only).