v10

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-19274659.0 KB
App Configuration

getPublicKey

Retrieve the public key for verifying signatures

get/v1/public/.well-known/public-key

Response

Public key for signature verification

algorithmstring
public_keystring

PEM-formatted RSA public key

issuerstring

Example response

{
  "algorithm": "rsa-sha256",
  "issuer": "epilot"
}
All 27 operations