Signing
Sign a GOBL document
Builds the document, wraps it in an envelope, and signs it with the provided private key.
post/sign
Request body
Example request
{
"privatekey": {
"kty": "EC",
"crv": "P-256",
"alg": "ES256",
"use": "sig"
}
}Response
Signed envelope
{"stackTrail":"paths:/sign:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}