v2
latestOpenAPI 3.1.02026-07-312303692.4 MBMessage
Get Raw Message Payload
Get a message raw payload by its ID or eventID.
get/api/v1/app/{app_id}/msg/{msg_id}/raw
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
msg_idstring required
The Message's ID or UID.
Example:unique-identifier
The Message's ID or UID.
Response
Example response
{
"payload": "{\"email\":\"test@example.com\",\"type\":\"user.created\",\"username\":\"test_user\"}"
}