cURL
curl --request POST \ --url http://localhost:3001/api/v1/slack/test \ --cookie nut-session=
{ "success": true, "data": {}, "message": "Connected to workspace: MyWorkspace", "teamName": "MyWorkspace" }
Tests the Slack connection using the configured bot token
Session cookie authentication
Connection successful
"Connected to workspace: MyWorkspace"
"MyWorkspace"