Verify signature
A convenience endpoint asking the verification of a message by the blisache backend.
Request
| Method | Path | Content-type | Body |
|---|---|---|---|
| POST | /signature/verify | application/json | A SignedResponse data object |
Responses
| Code | Content-type | Body |
|---|---|---|
| 200 | application/json | A SignatureVerifyResponse |
| 400 | application/json | A BlisacheErrorResponse signaling an error in the input data |
| 422 | application/json | A BlisacheErrorResponse signaling a functional error |
| 500 | application/json | A BlisacheErrorResponse signaling an internal server error |