Get public key
Getting the blisache public key in order to verify a signature on your own.
Request
| Method | Path |
|---|---|
| GET | /signature/public_key |
Responses
| Code | Content-type | Body |
|---|---|---|
| 200 | application/json | A PublicKeyResponse |
| 500 | application/json | A BlisacheErrorResponse signaling an internal server error |