Skip to main content
POST
/
v1
/
provider-mcp
/
oauth
/
attach
Bind authenticated provider user to Provider MCP OAuth session (after IdP login)
curl --request POST \
  --url https://api.example.com/v1/provider-mcp/oauth/attach \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '
{
  "sessionKey": "<string>"
}
'
{
  "ok": true
}

Headers

authorization
string
required

Body

application/json
sessionKey
string
required

Response

User attached

ok
boolean