cURL
curl --request GET \ --url https://www.memoryplugin.com/api/buckets \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "memoryCount": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API version - current is 2
Client source identifier (e.g., 'chatgpt' for ChatGPT requests)
List of memory buckets
The response is of type object[].
object[]
Was this page helpful?