Get Message
GET {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id?with_content=true
Get a message by its ID or eventID.
Request Params
| Key | Datatype | Required | Description |
| with_content
| boolean | | When true
message payloads are included in the response |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"eventType":"user.signup","id":"msg_1srOrx2ZWZBpBUvZwXKQmoEYga2","payload":{"email":"test@example.com","type":"user.created","username":"test_user"},"timestamp":"1954-06-29T02:05:29.614Z","eventId":"unique-msg-identifier","channels":["project_123","group_2"],"tags":["project_1337"]}