Authentication
OAuth callback for an External MCP Connection
The external MCP server redirects here with code+state after the admin consents. Serves a small static HTML page — the admin's Den tab in the background polls connection status and never needs this response body.
get/v1/mcp-connections/{connectionId}/connect/callback
Path parameters
connectionIdstring typeid required
Den TypeID with 'emc_' prefix and a 26-character base32 suffix.
Response
Connected — a static success page.
Changes
Changed in 1 of the 25 revisions of this API.1
- ○
removed the pattern
^emc_.*from thepathrequest parameterconnectionIdrequest-parameter-pattern-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○