Message

Get message by id

This endpoint is used to get message by id of this message

get/messages/{message-id}

Path parameters

The ID of a message to get information about this message

Response

get message successfuly

articlestring
bodystring
commentsstring
statusstring
targetingstring
titlestring
user_idstring

Example response

{
  "body": "abc",
  "status": "error",
  "title": "abcxyz",
  "user_id": "1"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.