conversations info
GET {{baseUrl}}/conversations.info?channel=<string>&include_locale=<boolean>&include_num_members=<boolean>
Retrieve information about a conversation.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channel | string | Conversation ID to learn more about | |
include_locale | string | Set this to true to receive the locale for this conversation. Defaults to false | |
include_num_members | string | Set to true to include the member count for the specified conversation. Defaults to false |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","channel":{}}