To retrieve a user’s private key through the Stage Meta API, follow a secure two-endpoint process:
Request the key
Use the first endpoint to initiate a private key retrieval request. The system verifies the user's credentials and prepares the key for delivery.
Fetch the key
After the request is validated, the second endpoint allows you to fetch the encrypted private key tied to the authenticated user.
Both endpoints require a valid access token, and keys are never returned in plaintext. The returned key is encrypted and must be decrypted client-side using the user’s credentials.
This method ensures that private keys remain secure and are only accessible by their rightful owners.