Get public keys
GET /v1/keys
GET
/v1/keys
Returns public keys for signature verification
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Public keys
object
keys
Array<object>
object
id
required
string
key
required
Base64-encoded public key
string
algorithm
string
expiresAt
string format: date-time
algorithm
string
Internal server error
object
code
required
string
message
required
string
details
object
key
additional properties
any
Example
{ "code": "INTERNAL_ERROR", "message": "An internal error occurred"}