Skip to main content

Create a signature

POST 

/:handle/sig/create

Create a signature

Request

Path Parameters

    handle stringrequired

    Org handle

Body

required

request body

    digest string

    Digest of the plaintext hashed with salt

    salt string

    Salt used for hashing the plaintext

    ttl_secs integer

    Amount of seconds that a signature is set to exist (30s < TTL < ~3months, 0 == indefinitely)

Responses

OK

Schema

    data

    object

    session_id string
    ttl_secs integer
    success boolean
Loading...