⭐ 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

curl -X POST "https://example.com/api/user/files/string/password" \  -H "Content-Type: application/json" \  -d '{    "password": "string"  }'
{  "success": true,  "token": "string"}