Retrieves a Message object.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the message to retrieve.
"msg_01j9e0m1m6fc38gsv2vkfqgzz2"
Message
A Message is a communication sent to a Contact.
The message body.
A conversation with a Contact
{
"contact": {
"first_name": "Dominic",
"id": "ctc_01j9dy8mdzfn3r0e8x1tbdrdrf",
"last_name": "Toretto",
"phone_number": "+18015551234"
},
"id": "cnv_01j9e0dgmdfkj86c877ws0znae",
"phone_number": {
"id": "pn_01jsjwe4d9fx3tpymgtg958d9w",
"number": "+18015552345",
"type": "local"
}
}Unique identifier for the object.