Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v72
  • v74
  • v73
  • v72
Login
  • User API documentation
  • API interaction
  • Matching
  • Profiles
  • Databases
  • Resources
  • Segments
  • Static segments
  • Suppression lists
  • Templates and fragments
  • Campaigns
  • Automation scenarios
  • Promo codes
  • Goals
  • Application push notifications
  • Market
  • Analytic reports
  • SendersDevv71
  • External datatables queries
  • Objects
  • Miscellaneous
    • Upload file
    • Get message web version
    • Push providers
    • Deduplication of requests
    • How to send API request with RabbitMQ
    • List of gender identifications
    • Obtain valid values for fields: browsers, devices, tz, oses, languages
  • Importing the API collection in Postman
  • List of API endpoints
  • SDK
This is documentation for Altcraft Platform v72. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Miscellaneous
  • Get message web version
Documentation for version v72

Get message web version

Description​

Retrieves an email message web version.

Request URL​

Method: POST

https://example.com/api/v1.1/webver/get

Request parameters​

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
formatstring"json"NoResponse data format
By default – json
send_message_idstring"abcdefghijklmnqrstuvwxyz"YesWeb version ID

Request example​

  • JSON
  • XML
{
"token": "abcdefghijklmnqrstuvwxyz",
"send_message_id": "abcdefghijklmnqrstuvwxyz"
}
<xml>
<token>abcdefghijklmnqrstuvwxyz</token>
<send_message_id>abcdefghijklmnqrstuvwxyz</send_message_id>
</xml>

Response example​

  • JSON
  • XML
{
"data": {
"createtime": "2018-08-24T09:26:23.292Z",
"email": {
"from_email": "example@example.com",
"from_name": "example.com",
"html": "HTML content ...",
"replyto_email": "example@example.com",
"replyto_name": "example.com",
"subject": "Welcome to Altcraft",
"text": "Text version also important\n\n--\nUnsubscribe: http://trk.gmail.com/37cfe6oTGQF4LYqk6oMi8eCtZ?dummy=1"
}
},
"error": 0,
"error_text": "Successful operation"
}
<xml>
<data>
<createtime>2018-08-24T09:26:23.292Z</createtime>
<email>
<from_email>example@example.com</from_email>
<from_name>example.com</from_name>
<html>HTML content ...</html>
<replyto_email>example@example.com</replyto_email>
<replyto_name>example.com</replyto_name>
<subject>Welcome to Altcraft</subject>
<text>Text version also important --
Unsubscribe: http://trk.gmail.com/37cfe6oTGQF4LYqk6oMi8eCtZ?dummy=1</text>
</email>
</data>
<error>0</error>
<error_text>Successful operation</error_text>
</xml>

Response parameters​

ParameterTypeDescription
errorintError code
error_textstringerror text
createtimedateTemplate creation time
emailJSON objectMessage object
Last updated on Mar 16, 2024
Previous
Upload file
Next
Push providers
  • Description
  • Request URL
  • Request parameters
  • Request example
  • Response example
  • Response parameters
© 2015 - 2025 Altcraft, LLC. All rights reserved.