REST APISlack
Begin the Slack install
Returns the Slack consent URL. The `state` inside it is a signed, short-lived nonce bound to the org, workspace, and admin — the callback rejects anything else. Requires `org:settings:write`.
Returns the Slack consent URL. The state inside it is a signed, short-lived
nonce bound to the org, workspace, and admin — the callback rejects anything
else. Requires org:settings:write.
Authorization
bearerAuth AuthorizationBearer <token>
A session access token or a personal access token.
In: header
Response Body
application/json
curl -X GET "https://example.com/integrations/slack/install"{ "url": "string"}Empty