App Configuration
getPublicKey
Retrieve the public key for verifying signatures
get/v1/public/.well-known/public-key
Response
Public key for signature verification
Example response
{
"algorithm": "rsa-sha256",
"issuer": "epilot"
}Retrieve the public key for verifying signatures
Public key for signature verification
{
"algorithm": "rsa-sha256",
"issuer": "epilot"
}