跳转到内容
AsterDrive Developer Docs开发者

verify_share_password

POST
/api/v1/s/{token}/verify
curl --request POST \
--url https://example.com/api/v1/s/example/verify \
--header 'Content-Type: application/json' \
--data '{ "password": "example" }'
token
required
string

Share token

Media typeapplication/json

Verify a share password.

object
password
required
string
Examplegenerated
{
"password": "example"
}

Password verified

Wrong password

Share not found