Python
# To use the Python SDK, install the package: # pip install memobase from memobase import MemoBaseClient client = MemoBaseClient(project_url='PROJECT_URL', api_key='PROJECT_TOKEN') u = client.get_user(uid) b = u.get(bid)
{ "data": { "blob_type": "chat", "blob_data": {}, "fields": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "errno": 0, "errmsg": "" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the user
The ID of the blob to retrieve
Successful Response
Response containing blob data
Show child attributes
Error code, 0 means success
0
400
401
403
404
405
409
422
500
501
502
503
504
520
Error message, empty when success