curl --request GET \
--url https://api.mnemom.ai/v1/teams/{team_id}/card/history \
--header 'Authorization: Bearer <token>'{
"cards": [
{
"card_id": "<string>",
"card_source": "manual",
"issued_at": "2023-11-07T05:31:56Z",
"is_active": true
}
]
}Retrieve the history of alignment cards for a team.
curl --request GET \
--url https://api.mnemom.ai/v1/teams/{team_id}/card/history \
--header 'Authorization: Bearer <token>'{
"cards": [
{
"card_id": "<string>",
"card_source": "manual",
"issued_at": "2023-11-07T05:31:56Z",
"is_active": true
}
]
}