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

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

Create Memento

Example Requests

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

Get Memento Details

Example Requests

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

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

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

Last updated