When Doshii requests a health check by the POS to determine the current health of the integration. See heartbeats for more details.
EVENT health_check
Parameters
Field | Type | Description |
---|---|---|
ping | Number |
A whole number representing unix time in milliseconds |
Example
Event
{
"event": "health_check",
"data": {
"ping": 1539153305184
}
}
Comments
0 comments
Please sign in to leave a comment.