Voltar para Messaging Service
bulkMarkAsRead
ENDPOINT
Marca múltiplas conversas como lidas em batch.
System
Messaging Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10
Config
{5}
auth
:
"BearerJWT"
path
:
"/v1/conversations/read:bulk"
method
:
"POST"
httpSuccessStatus
:
200
httpErrorStatusMap
:
{5}
FORBIDDEN
:
403
RATE_LIMITED
:
429
UNAUTHORIZED
:
401
INTERNAL_ERROR
:
500
VALIDATION_ERROR
:
400
Input Schema
{3}
type
:
"object"
required
:
[3]
0
"authToken"
1
"userId"
2
"conversationIds"
properties
:
{4}
readAt
:
{2}
userId
:
{2}
authToken
:
{2}
conversationIds
:
{2}
Outputs (2)
error
ERROR
Resposta de erro
{2}
type
:
"object"
properties
:
{}
success
SUCCESS
Resposta de sucesso
{3}
type
:
"object"
required
:
[3]
0
"success"
1
"data"
2
"meta"
properties
:
{3}
data
:
{1}
meta
:
{1}
success
:
{1}