GET
/
api
/
v1
/
users
/
secrets
/
encryption-certificate
Retrieve the user's public key for encryption.
curl --request GET \
  --url https://platform.unstructuredapp.io/api/v1/users/secrets/encryption-certificate
{
  "encryption_certificate": "<string>",
  "ca_chain": "<string>"
}

Headers

unstructured-api-key
string | null

Response

200
application/json

Successful Response

Response model for the encryption certificate. Contains the siged user certificate and the root CA certificate for verification.