Connections
OAuth2/OAuth1 callback
OAuth callback handler. Supports both OAuth2 (code+state) and OAuth1 (oauth_token+oauth_verifier). Exchanges tokens and closes the popup window.
GET
/api/connections/callbackQuery Parameters
code?string
OAuth2 authorization code
state?string
OAuth2 state parameter
oauth_token?string
OAuth1 request token
oauth_verifier?string
OAuth1 verifier
error?string
OAuth error code
curl -X GET "https://loading/api/connections/callback"Empty