RyTask docs
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`.

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/integrations/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.

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