Shares
internal
Verify password for a password-protected share and return an access token.
The returned token is an HS256 JWT tied to the share's current password hash; subsequent /topology calls send the token instead of the raw password. Changing the share password invalidates outstanding tokens.
post/api/v1/shares/public/{id}/verify
Path parameters
idstring uuid required
Share ID
Response
Password verified; access token issued
Example response
{
"meta": {
"api_version": 1,
"server_version": "0.17.13"
}
}Changes
No recorded changes to this endpoint across all 72 revisions of this API.