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

/api/server/import/v4

Import data from a Zipline v4 export file, optionally merging into the current user and returning counts of imported records.

POST/api/server/import/v4

Request Body

application/json

Response Body

application/json

application/json

{
  "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
}