API REFERENCE
Count memories
Count memories in the active organization, optionally filtered by scope.
Requires authentication — a Bearer token or
X-Memuron-Actor-Id header.Query parameters
scopestringoptionalGET
/memuron/memories/countcurl https://api.memuron.com/memuron/memories/count200 OK
{
"status": "success",
"count": 42,
"filters": {}
}