Get User Profile (記憶を獲得する)
Request
Body Params application/json
Request Code Samples
curl --location --request GET 'https://api.302.ai/memobase/api/v1/users/profile/' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"data": {
"profiles": [
{
"id": "<string>",
"content": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"attributes": {}
}
]
},
"errno": 0,
"errmsg": ""
}
Modified at 2025-01-20 05:36:25