Skip to main content
Version: 5.7.0

Client Heartbeat

This service allows you to send no-op packets to the server to keep the session alive. The default session will expire after 20 minutes.

{
"packetId": 1,
"messages": [
{
"service": "heartbeat",
"operation": "HEARTBEAT",
"data": null
}
]
}
ServiceOperation
heartbeatHEARTBEAT

Usage

http://localhost:3000
{
"packetId": 1,
"messageResponses": [
{
"status": 200,
"data": null
}
]
}
JSON Response
{
"packetId": 1,
"messageResponses": [
{
"status": 200,
"data": null
}
]
}