Mementos APIs

Mementos allow users to define collections of documents that can be accessed by applications. This document outlines the available Memento APIs.

List Mementos

Example Requests

circle-info

To test this API call, replace YOUR_JWT_TOKEN with your actual JWT token.

Create Memento

Example Requests

circle-info

To test this API call, replace YOUR_JWT_TOKEN with your actual JWT token.

Get Memento Details

Example Requests

circle-info

To test this API call, replace YOUR_JWT_TOKEN with your actual JWT token and 123 with an actual memento ID.

Manage Memento Documents

Example Requests

circle-info

To test this API call, replace YOUR_JWT_TOKEN with your actual JWT token and use actual document and folder IDs.

Delete Memento

Example Requests

circle-info

To test this API call, replace YOUR_JWT_TOKEN with your actual JWT token and 123 with an actual memento ID.

Last updated