Integrations
Get apiv1slack
GET
/
api
/
v1
/
slack
Copy
Ask AI
{
"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
.
Copy
Ask AI
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.