Get User Encryption Key
Access Management
Get User Encryption Key
Retrieve the user’s Memory Key and the necessary Encryption Key for accessing their memory blobs. This endpoint ONLY works for access requests with an ‘approved’ status.
GET
Get User Encryption Key
Retrieve the user’s Memory Key and the necessary symmetric Encryption Key required to encrypt/decrypt their memory blob content.
Important: This endpoint ONLY works for access requests that have an
approved status. Calling this for requests with other statuses (pending, rejected, revoked) will result in a 403 Forbidden error.
Authorization
RequiresBearer token authentication using your Developer JWT.Authorizations
JWT token obtained via /auth/token endpoint.
Path Parameters
The unique ID of an APPROVED access request.
Response
Successfully retrieved user credentials.
The unique ID of the user.
The user's Memory Key (same as provided in the initial request).
The hexadecimal string representation of the user's symmetric encryption key. Use this to encrypt/decrypt memory content.
The version of the encryption key.