The most recent time push data was successfully sent to the
server. The time is expressed as a decimal Unix
timestamp string. If unavailable, this
is an empty string.
Get /sys/push/last/success
SecurityApiKey
Responses
200
Normal response.
401
Unauthorized response.
get/sys/push/last/success
Request samples
curl
Python
JavaScript
Go
Response samples
200
401
application/json
{
"result": "1682658499.1",
"error": "Error message (present if an error occurred)."