curl --request POST \
--url https://api.example.com/iser/recents/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Retrieves a list of all isers that the current iser has recently interacted with somehow from the history log data. This includes comments, chains, messages, plus-isms, and similar.
curl --request POST \
--url https://api.example.com/iser/recents/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}