Handle OAuth callback
Integrations
Handle OAuth callback
Receives the OAuth authorization callback from the provider, exchanges the code and state for tokens, and responds with an HTML bounce page that JS-redirects the user back to the web or desktop app.
Uses a bounce page rather than a bare 302 to support custom-scheme deeplinks on macOS.
GET
Handle OAuth callback
Path Parameters
Available options:
gmail, outlook, google_drive, onedrive, dropbox, notion Query Parameters
Maximum string length:
2048Maximum string length:
128Response
HTML bounce page that JS-redirects the user back to the desktop or web app.
The response is of type string.