Atlas
Admin — Integrations

Connect Slack via bot token (BYOT)

Validates a Slack bot token via auth.test and saves the installation for the current workspace. Use when platform OAuth is not configured.

POST
/api/v1/admin/integrations/slack/byot

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/admin/integrations/slack/byot" \  -H "Content-Type: application/json" \  -d '{    "botToken": "string"  }'
{
  "message": "string",
  "workspaceName": "string",
  "teamId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
Edit on GitHub

Last updated on