Skip to main content
GET
/
api
/
v1
/
slack
Error
A valid request URL is required to generate request examples
{
  "status": "ok",
  "results": {
    "hasRequiredScopes": true,
    "scopes": [
      "<string>"
    ],
    "createdAt": "2023-11-07T05:31:56Z",
    "slackTeamName": "<string>",
    "organizationUuid": "<string>",
    "aiMultiAgentChannelId": "<string>",
    "aiRequireOAuth": true,
    "aiThreadAccessConsent": true,
    "slackChannelProjectMappings": [
      {
        "availableTags": [
          "<string>"
        ],
        "slackChannelId": "<string>",
        "projectUuid": "<string>"
      }
    ],
    "appProfilePhotoUrl": "<string>",
    "notificationChannel": "<string>",
    "token": "<string>",
    "appName": "<string>"
  }
}

Response

Success

status
enum<string>
required
Available options:
ok
results
object