mcp_management

Store Mcp Oauth User Credential

Store the calling user's OAuth2 token for an OpenAPI MCP server

post/v1/mcp/server/{server_id}/oauth-user-credential

Path parameters

server_idstring required

Request body

access_tokenstring required
expires_ininteger nullable
refresh_tokenstring nullable
scopesstring[] nullable

Response

Successful Response

connected_atstring nullable
expires_atstring nullable
has_credentialboolean required
is_expiredboolean
server_idstring required

Changes