Retrieve the token obtained by an MCP OAuth login
Returns the access token obtained by a completed MCP OAuth login so the connection create page can freeze it into the connection’s HEADER_AUTHORIZATION configuration. The token is returned at most once: the flow row is deleted on read.
Path Parameters
The flow id returned by the authorize endpoint
Response
OK
AccessToken is the OAuth access token.
AuthorizationHeader is the full " " value to set as HEADER_AUTHORIZATION on the connection.
"Bearer eyJ..."
ClientID is the OAuth client id used (relevant when registered dynamically).
ExpiresIn is the access token lifetime in seconds, when known.
3600
RefreshToken is the OAuth refresh token, when the provider returned one.
ServerURL echoes the authorized MCP endpoint.
"https://mcp.figma.com/mcp"
TokenType is the OAuth token type (typically "Bearer").
"Bearer"