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

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.16.2"
  }
}

Changes