cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/users/secrets/encryption-certificate
{ "encryption_certificate": "<string>", "ca_chain": "<string>" }
Retrieve a short lived certificate with the public key for encrypting secrets.
Successful Response
Response model for the encryption certificate. Contains the siged user certificate and the root CA certificate for verification.
Was this page helpful?