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>",
"aiMultiAgentProjectUuids": [
"<string>"
],
"aiMultiAgentChannelId": "<string>",
"aiRequireOAuth": true,
"aiThreadAccessConsent": true,
"slackChannelProjectMappings": [
{
"availableTags": [
"<string>"
],
"slackChannelId": "<string>",
"projectUuid": "<string>"
}
],
"appProfilePhotoUrl": "<string>",
"notificationChannel": "<string>",
"token": "<string>",
"appName": "<string>"
}
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Integrations
Get Slack installation
Get Slack installation details for the organization
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>",
"aiMultiAgentProjectUuids": [
"<string>"
],
"aiMultiAgentChannelId": "<string>",
"aiRequireOAuth": true,
"aiThreadAccessConsent": true,
"slackChannelProjectMappings": [
{
"availableTags": [
"<string>"
],
"slackChannelId": "<string>",
"projectUuid": "<string>"
}
],
"appProfilePhotoUrl": "<string>",
"notificationChannel": "<string>",
"token": "<string>",
"appName": "<string>"
}
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
āI