Retrieve your user status
GET
/api/v4/user/status
Retrieves your user status.
Authorizations
Section titled “ Authorizations ”Responses
Section titled “ Responses ”OK
Media type application/json
object
emoji
string
message
string
availability
string
message_html
string
clear_status_at
string
Example generated
{ "emoji": "example", "message": "example", "availability": "example", "message_html": "example", "clear_status_at": "example"}Unauthorized
Forbidden