/auth/token
endpoint. This token is required for most subsequent API calls.memory_key
using the /oauth/token
endpoint.memory_key
and your JWT to request access via the /access-requests
endpoint. The user approves this in their Memoram dashboard.encryption_key
from /access-requests/{request_id}/credentials
.encryption_key
to retrieve, create, update, or delete memory blobs using the /memory-blobs
endpoints./tags
endpoints.token
field). Include this token in the Authorization: Bearer <token>
header for subsequent API calls.
redirect_uri
callback, you will receive an authorization_code
. Exchange this code for tokens.
memory_key
.
memory_key
.
encryption_key
.
user_id
and encryption_key
needed to interact with the /memory-blobs
and /tags
endpoints for that specific user.