Get the online status for your account
Scope:
client
status
The system response status. Will be "online" or "offline"
curl
example request
1
curl -H "Authorization: Bearer {{Oauth Token}}"
2
https://developer.livehelpnow.net/api/client/status
example response
1
{
2
"status"
: "online"
3
}