{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"last_updated": 123,
"profile_id": 123,
"status": "<string>",
"timeout": 123
}
],
"success": true
}
Retrieves the deadman switch for the user’s profile.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"last_updated": 123,
"profile_id": 123,
"status": "<string>",
"timeout": 123
}
],
"success": true
}
OK
The response is of type object
.