/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}/passwordPath 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"}