Skip to main content
GET
/
v1
/
vault
/
keys
List Vault Keys
curl --request GET \
  --url https://api.bkey.id/v1/vault/keys \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "publicKey": "<string>",
  "keyId": "<string>"
}

Authorizations

Authorization
string
header
required

EdDSA-signed JWT obtained via OAuth 2.1 client_credentials or CIBA

Response

Default Response

success
boolean
required
publicKey
string
required

Base64-encoded X25519 public key of the mobile device

keyId
string

Optional identifier for the public key