Fetch message
TODO: Resource-level docs
GET /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid}
curl \
-X GET https://ip-messaging.twilio.com/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Messages/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"attributes": "string",
"body": "string",
"channel_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"from": "string",
"index": 42,
"last_updated_by": "string",
"service_sid": "string",
"sid": "string",
"to": "string",
"type": "string",
"url": "https://example.com",
"was_edited": true
}
Response examples (200)
{
"account_sid": "string",
"attributes": "string",
"body": "string",
"channel_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"from": "string",
"index": 42,
"last_updated_by": "string",
"service_sid": "string",
"sid": "string",
"to": "string",
"type": "string",
"url": "https://example.com",
"was_edited": true
}