Voltar para Messaging Service
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

auth: "BearerJWT"
path: "/v1/conversations/{conversationId}/read"
method: "POST"
httpSuccessStatus: 200
httpErrorStatusMap:
CONFLICT: 409
FORBIDDEN: 403
NOT_FOUND: 404
RATE_LIMITED: 429
UNAUTHORIZED: 401
INTERNAL_ERROR: 500
VALIDATION_ERROR: 400

Input Schema

type: "object"
required:
0"authToken"
1"userId"
2"conversationId"
properties:
readAt:
userId:
authToken:
conversationId:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
properties: {}
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"data"
2"meta"
properties:
data:
meta:
success:

Used in Flows (1)

FlowStep Order
Messaging Flow#4