Skip to main content
GET
Start the Google OAuth consent flow for a connection

Path Parameters

nameOrID
string
required

Name or UUID of the connection

Query Parameters

redirect
string

URL to return the browser to after consent (must match the API hostname)

Response

OK

url
string

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=..."