Mark a specific chat as unseen by its ID.
curl --request POST \
--url https://api.useinvent.com/chats/{chat_id}/state/unseen \
--header 'Authorization: Bearer <token>'{
"chat_id": "<string>",
"assigned_user_id": "<string>",
"admin_unseen_count": 123,
"user_unseen_count": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication using your API key
Chat ID
Was this page helpful?
curl --request POST \
--url https://api.useinvent.com/chats/{chat_id}/state/unseen \
--header 'Authorization: Bearer <token>'{
"chat_id": "<string>",
"assigned_user_id": "<string>",
"admin_unseen_count": 123,
"user_unseen_count": 123
}