Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.mnemom.ai/v1/teams/{team_id}/card/history \ --header 'Authorization: Bearer <token>'
{ "cards": [ { "card_id": "<string>", "issued_at": "2023-11-07T05:31:56Z", "is_active": true } ] }
Retrieve the history of alignment cards for a team.
Supabase JWT token in Authorization: Bearer header
Team identifier (UUID)
Card history
Show child attributes
Suggestions
Contact support