cURL
curl --request GET \ --url https://api.contiguity.com/conversations/history/message/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "req_xxxxxxxxxxxxxxxx", "timestamp": 1772568052124, "api_version": "v2026.3.3", "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"
1772568052124
"v2026.3.3"
"response"
Show child attributes
Was this page helpful?