Signing
Verify a signed envelope
Checks the signature(s) on a GOBL envelope using the provided public key.
post/verify
Request body
Example request
{
"publickey": {
"kty": "EC",
"crv": "P-256",
"alg": "ES256",
"use": "sig"
}
}Response
Verification passed
Example response
{
"ok": true
}