PATCH
/
v1
/
messaging
/
conversations
/
{conversationUid}
/
read
Mark conversation as read
curl --request PATCH \
  --url https://api-staging.respondent.io/v1/messaging/conversations/{conversationUid}/read \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>'
true

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

conversationUid
string
required

Response

200 - application/json

The response is of type boolean.