Skip to content

Get message preview

MessagePreview allows getting a message preview image with API request.

Request data format

Request URL parameters:

Element/attributeTypeNotes
ApiKeystringYour API key, required for authentication. Required.
Id    intId of message.

Example:

https://api.esv2.com/v2/Api/MessagePreview?apikey=YOUR_API_KEY_HERE&Id=123

Response

Returned data is an image in binary format. Content-Type of response is image/jpeg.

On this page
To top