API for managing personal memory items with authentication and user-specific data.
API for managing personal memory items with authentication and user-specific data.
This API supports three authentication methods:
API Key: Include your API key in the X-API-Key
header
X-API-Key: <your-api-key>
Session Token: Include your session token in the X-Session-Token
header
X-Session-Token: <your-session-token>
Bearer Token: Include your OAuth2 token from Auth0 in the Authorization
header
Authorization: Bearer <token>
All endpoints require one of these authentication methods.