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

/api/user/files/{id}/password

Verify the password for a password-protected file by ID or name and receive an access token if the password is correct

POST/api/user/files/{id}/password

Path Parameters

id*string

Request Body

application/json

Response Body

application/json

application/json

{
  "success": true,
  "token": "string"
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}