GET
/
integrations
/
slack
/
conversations
curl --request GET \
  --url https://api.carbon.ai/integrations/slack/conversations \
  --header 'authorization: <api-key>'
"<any>"

Authorizations

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Query Parameters

types
string
default:
public_channel
cursor
string | null
data_source_id
integer | null
exclude_archived
boolean
default:
true

Response

200
application/json
Successful Response

The response is of type any.