Retrieve all memories associated with a contact, sorted by importance.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/contacts/{contact_id}/memories[
{
"id": "<string>",
"content": "<string>",
"type": "FACT",
"importance": 0.5,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"user_id": "<string>",
"contact_id": "<string>"
}
]Page number
Number of items to take
Next page token (Only used on special endpoints)
200The type of memory.
FACT, PREFERENCE, GOAL, EXPERIENCE 0 <= x <= 1Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/contacts/{contact_id}/memories[
{
"id": "<string>",
"content": "<string>",
"type": "FACT",
"importance": 0.5,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"user_id": "<string>",
"contact_id": "<string>"
}
]