Skip to main content
GET
/
api
/
google-sheets
/
oauth
/
google
/
callback
Google OAuth callback for the Google Sheets integration
curl --request GET \
  --url https://your-instance.example.com/api/google-sheets/oauth/google/callback
"<html><body>Google Sheets connection completed. You can close this window.</body></html>"

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

code
string

OAuth authorization code returned by Google

state
string

Opaque state token forwarded back to the OAuth caller

scope
string
error
string

Set when the user denies the OAuth consent or the provider rejects the request

Response

Non-redirect upstream response (rare; e.g. the scraper directly returns a JSON status without redirecting).

The response is of type string.