Created
December 24, 2017 17:53
-
-
Save hto/db82dad59d119e9887ed8d5dbfe4d6a3 to your computer and use it in GitHub Desktop.
SlackRTM Response Json Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ok": true, | |
"url": "wss:\/\/ms9.slack-msgs.com\/websocket\/7I5yBpcvk", | |
"self": { | |
"id": "U023BECGF", | |
"name": "bobby", | |
"prefs": { | |
... | |
}, | |
"created": 1402463766, | |
"manual_presence": "active" | |
}, | |
"team": { | |
"id": "T024BE7LD", | |
"name": "Example Team", | |
"email_domain": "", | |
"domain": "example", | |
"icon": { | |
... | |
}, | |
"msg_edit_window_mins": -1, | |
"over_storage_limit": false | |
"prefs": { | |
... | |
}, | |
"plan": "std" | |
}, | |
"users": [ ... ], | |
"channels": [ ... ], | |
"groups": [ ... ], | |
"mpims": [ ... ], | |
"ims": [ ... ], | |
"bots": [ ... ], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment