Skip to main content

Returns message raw bytes by its identifier.

GET 

/api/v1/messages/:messageId/raw

Find a message by its identifer. This endpoint returns the given message raw data.

Request

Path Parameters

    messageId stringrequired

    Identifier of the message.

    Example: f532a53545103276b46876c473846d98648ee418468bce76df4868648dd73e5d

Responses

Successful operation.

Schema
  • string binary
Loading...