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.
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.
Requires Bearer
token authentication using your Developer JWT.
JWT token obtained via /auth/token
endpoint.
The unique ID of an APPROVED access request.
Successfully retrieved user credentials.
The response is of type object
.
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.
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.
Requires Bearer
token authentication using your Developer JWT.
JWT token obtained via /auth/token
endpoint.
The unique ID of an APPROVED access request.
Successfully retrieved user credentials.
The response is of type object
.