Endpoints

OAuth

Copy page

OAuth authentication endpoints

MCP OAuth authorization callback

GET
/manage/oauth/callback

Query Parameters

code*string
Length1 <= length
state*string
Length1 <= length
error?string
error_description?string

Response Body

text/html

text/html

curl -X GET "https://api.pilot.inkeep.com/manage/oauth/callback?code=string&state=string"
Empty
"string"
"string"

Install Slack App

GET
/work-apps/slack/install

Query Parameters

tenant_id?string

Response Body

curl -X GET "https://api.pilot.inkeep.com/work-apps/slack/install"
Empty

Slack OAuth Callback

GET
/work-apps/slack/oauth_redirect

Query Parameters

code?string
error?string
state?string

Response Body

curl -X GET "https://api.pilot.inkeep.com/work-apps/slack/oauth_redirect"
Empty