Skip to main content
GET
/
v1
/
customer
/
auth
/
google
Initiate Google OAuth flow for Customers
curl --request GET \
  --url https://api.example.com/v1/customer/auth/google

Query Parameters

client_id
string
required

OAuth client ID

redirect_uri
string
required

Redirect URI after authorization

state
string

Opaque state value forwarded to the callback

scope
string

Space-separated OAuth scopes

code_challenge
string

PKCE code challenge

code_challenge_method
string

PKCE method (S256)

mcp_subdomain
string

MCP server subdomain

Response

Redirects to Google consent screen