Skip to main content

Verify a signature

POST 

/:handle/:session_id/sig

The response will acknowledge wether a signature is authentic or not

Request

Path Parameters

    handle stringrequired

    Org handle

    session_id stringrequired

    Session ID

Body

required

request body

    digest string

    Digest of the plaintext hashed with salt

Responses

OK

Schema

    data

    object

    ok boolean
    success boolean
Loading...