Get Public Keys

GET https://{{host}}/v3/public_keys

Returns a list of RSA public keys which should be used for files encryption.

Encryption details is available here.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring

RESPONSES

status: OK

{"data":[{"id":"dcf2bfcb-a1d0-3b58-bbf0-3ec22a510ba8","type":"public_keys","attributes":{"key":"-----BEGIN PUBLIC KEY-----\n...-----END PUBLIC KEY-----\n"}},{"id":"f40e1176-a4ff-36e6-b2ed-c2c2d18097a3","type":"public_keys","attributes":{"key":"-----BEGIN PUBLIC KEY-----\n...-----END PUBLIC KEY-----\n"}}],"meta":{"api_version":"2022-05-10"}}