Skip to content
Pile
Esc
navigateopen⌘Jpreview

List slack

GET/workspaces/{organizationId}/slack
Path parameters
organizationIdstringrequired
Responses
200Slack installation status
installedbooleanrequired
teamIdstring | nullrequired
teamNamestring | nullrequired
defaultChannelIdstring | nullrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/slack"
Response
{
  "installed": true,
  "teamId": "string",
  "teamName": "string",
  "defaultChannelId": "string"
}