Skip to main content

Connect Slack workspace to organization

POST 

https://app.tolgee.io/v2/organizations/:organizationId/slack/connect

This endpoint allows the owner of an organization to connect a Slack workspace to their organization. Checks if the Slack integration feature is enabled for the organization and proceeds with the connection.

Request

Path Parameters

    organizationId int64required

Body

required
    code stringrequired

Responses

OK

Authorization: http

name: JwtTokentype: httpscheme: bearerbearerFormat: JWT
curl -L -X POST 'https://app.tolgee.io/v2/organizations/:organizationId/slack/connect' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"code": "string"
}'
Request Collapse all
Base URL
https://app.tolgee.io
Auth
Parameters
— pathrequired
Body required
{
  "code": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!