Error
A valid request URL is required to generate request examples"<string>"OAuth
OAuth callback endpoint
Handles the OAuth provider callback after user authorization. This endpoint processes the authorization code and exchanges it for an access token. On success, displays an HTML page that closes the authorization window.
GET
/
api
/
oauth
/
callback
Error
A valid request URL is required to generate request examples"<string>"Query Parameters
State parameter for OAuth security (CSRF protection)
Authorization code from the OAuth provider. Present on success only;
code and error are mutually exclusive — one of them is always set.
Error code if authorization failed. Mutually exclusive with code.
Error description if authorization failed
Response
OAuth authorization successful. Returns HTML page that closes the authorization window.
The response is of type string.
Was this page helpful?
⌘I

