Skip to main content
POST
Connect a Slack workspace

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
code
string
required

Slack OAuth authorization code to exchange.

redirect_uri
string
required

The redirect URI registered with the Slack OAuth app.

Response

Slack workspace connected

team_name
string
required

Connected Slack workspace/team name.

Example:

"Acme Corp"

connected
boolean
required

True when the workspace is connected.

Example:

true