Query Parameters
Timeout in milliseconds
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"last_updated": 123,
"profile_id": 123,
"status": "<string>",
"timeout": 123
}
],
"success": true
}
Creates a deadman switch for the user’s profile with a specified timeout in milliseconds.
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"last_updated": 123,
"profile_id": 123,
"status": "<string>",
"timeout": 123
}
],
"success": true
}
Timeout in milliseconds