Heartbeat

Modified on Mon, 21 Feb 2022 at 05:10 PM

Heartbeat messages will be sent every 5 seconds and they can be used to make sure that your connection is still alive.
Note: Heartbeat messages are without Body (only Header)

XML

<Message>
  <Header>
    <Type>32</Type>
    <MsgGuid>ef3a5979-46ef-4f94-ae60-90c063ab3440</MsgGuid>
    <ServerTimestamp>1516013721</ServerTimestamp>
  </Header>
</Message>

Json

{
   "Message": {
      "Header": {
         "Type": "32",
         "MsgGuid": "ef3a5979-46ef-4f94-ae60-90c063ab3440",
         "ServerTimestamp": "1516013721"
      }
   }
}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article