Skip to main content
GET
/
v1
/
keys
/
vault
/
{userId}
Get vault public key
curl --request GET \
  --url https://api.magne.app/v1/keys/vault/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "publicKey": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string<uuid>
required

Response

Success

publicKey
string | null