GET
/
api
/
v1
/
slack
{
  "results": {
    "aiRequireOAuth": true,
    "hasRequiredScopes": true,
    "aiThreadAccessConsent": true,
    "slackChannelProjectMappings": [
      {
        "availableTags": [
          "<string>"
        ],
        "slackChannelId": "<string>",
        "projectUuid": "<string>"
      }
    ],
    "appProfilePhotoUrl": "<string>",
    "notificationChannel": "<string>",
    "scopes": [
      "<string>"
    ],
    "token": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "appName": "<string>",
    "slackTeamName": "<string>",
    "organizationUuid": "<string>"
  },
  "status": "ok"
}

Response

200
application/json

Success

The response is of type object.