Skip to main content
GET
/
conversations
/
{conversationId}
/
messages
/
{messageId}
/
errors
/
{errorId}
Show message error by ID.
curl --request GET \
  --url https://1-some-client.some-server.healvi-chat/third-party/v1/conversations/{conversationId}/messages/{messageId}/errors/{errorId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": 123,
    "message_id": 123,
    "type": "status-update",
    "original_message": "<string>",
    "created_at": "2023-01-01T12:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversationId
integer
required
messageId
integer
required
errorId
integer
required

Response

200 - application/json

Success

data
object

Error description when something went wrong sending/receiving a message.