Skip to content

Get public keys

GET
/v1/keys

Returns public keys for signature verification

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
default: RSA-SHA256

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"
}