Action required: We're beginning to shutdown our old platform. Please migrate to our new platform ASAP. Instructions available in our migration guide.
cURL
curl --request GET \ --url https://api.contiguity.com/conversations/history/message/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1770504853095, "api_version": "v2026.2.7", "object": "response", "data": { "id": "text_u98sZQCVsLvgBq80", "to": "+1234567890", "from": "+15555555555", "message": "Hello, world!", "timestamp": 1757550304652, "status": "delivered", "attachments": [] } }
Fetch an incoming or outgoing message by its ID
evt_
text_
imessage_
whatsapp_
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Message ID
"text_u98sZQCVsLvgBq80"
Get any message by its ID
"req_xxxxxxxxxxxxxxxx"
1770504853095
"v2026.2.7"
"response"
Show child attributes
Was this page helpful?