Chat
Get a chat message by ID
Authorization
tenant-api-key x-api-key<token>
Tenant API key (backend only — never expose to a browser)
In: header
Path Parameters
id*string
Message CUID
Response Body
application/json
curl -X GET "https://example.com/api/v1/chat/messages/string"{ "id": "string", "roomId": "string", "participantId": {}, "content": "string", "messageType": "TEXT", "fileUrl": {}, "fileName": {}, "fileSize": {}, "fileMimeType": {}, "senderExternalId": {}, "senderName": {}, "recipientExternalId": {}, "recipientName": {}, "isDeleted": true, "deletedBy": {}, "replyToId": {}, "createdAt": "2019-08-24T14:15:22Z", "replyTo": { "id": "string", "content": "string", "senderName": {} }, "reactions": [ "string" ]}