1-877-548-3001 Sign in About Contact
Developer

GET

/api/client/status

Get the online status for your account

Scope:

client

Response

Schema

{}

A

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

 }