Status
Get status of current user.
Authorizations
Responses
200
OK
application/json
4XX
Error
get
GET /api/user/status HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"status": "ONLINE",
"presence": "DO_NOT_DISTURB",
"presence_note": "text",
"registration": [
{
"instance_id": "text",
"user_agent": "text",
"application": "text",
"ip": "text",
"enable_push": true,
"contact_address": "text"
}
],
"enable_dnd": true,
"enable_acb": true
}