Messages

Get a message

Retrieves a specific message by its ID.

get/v1/projects/{project_id}/messages/{message_id}

Response

A successful response.

OR

Example response

{
  "app_message": {
    "card_message": {
      "choices": [
        {
          "call_message": {
            "phone_number": "+15551231234",
            "title": "Message text"
          }
        }
      ]
    }
  },
  "channel_identity": {
    "channel": "WHATSAPP"
  }
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.