integrations
Slack Oauth Callback Route
Public OAuth redirect target (no auth header — Slack redirects the browser here). Security rests on the signed state and the server-side code exchange. Stores the workspace's bot token and redirects back to the web app.
get/api/v1/integrations/slack/oauth/callback
Query parameters
codestring nullable
statestring nullable
errorstring nullable
Response
Successful Response
{"stackTrail":"paths:/api/v1/integrations/slack/oauth/callback:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}