integrations
Slack Oauth Start Route
Return the Slack install URL (OAuth v2). The wizard opens it; Slack redirects back to the callback with a code we exchange for this workspace's bot token. State is a short-lived signed token binding the install to this workspace (CSRF + scoping).
get/api/v1/integrations/slack/oauth/start
Headers
authorizationstring nullable
Bearer <token>
Bearer <token>
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.