Start the Google OAuth consent flow for a connection
Federation
Start the Google OAuth consent flow for a connection
Returns the Google consent URL for the authenticated user to connect their Google account to a gcp_oauth-federated connection. The browser should be redirected to the returned URL; Google redirects back to the gateway callback, which stores the resulting refresh token.
GET
Start the Google OAuth consent flow for a connection
Path Parameters
Name or UUID of the connection
Query Parameters
URL to return the browser to after consent (must match the API hostname)
Response
OK
URL is the Google OAuth consent URL to redirect the user's browser to.
Example:
"https://accounts.google.com/o/oauth2/auth?client_id=...&state=..."