Mark email read
POST
https://api.plusvibe.ai/api/v1/unibox/threads/{thread_id}/mark-as-read
Unibox
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plusvibe.ai/api/v1/unibox/threads//mark-as-read' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65f3c92d3dbe5dbb35374a9a"
}'
Response Response Example
200 - Example 1
{
"status": "success"
}
Request
Path Params
thread_id
string
required
Default:
Example:
66b9d78ff91fabf920f6964d
Header Params
x-api-key
string
required
Default:
Example:
your-api-key
Body Params application/json
Responses
Modified at 2025-05-24 05:40:10