Start Real Time Messaging
GET {{baseUrl}}/rtm.start?no_latest=<>&simple_latest=<>&include_locale=<>&no_unreads=<>&batch_presence_aware=<>&mpim_aware=<>&token=<>
Starts a Real Time Messaging session.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
no_latest | string | Exclude latest timestamps for channels, groups, mpims, and ims. Automatically sets no_unreads to 1 | |
simple_latest | string | Return timestamp only for latest message object of each channel (improves performance). | |
include_locale | string | Set this to true to receive the locale for this channel. Defaults to false | |
no_unreads | string | Skip unread counts for each channel (improves performance). | |
batch_presence_aware | string | Only deliver presence events when requested by subscription. See presence subscriptions. | |
mpim_aware | string | Returns MPIMs to the client in the API response. | |
token | string | Authentication token. Requires scope: groups:history |