cURL
curl --request GET \ --url https://api.app.shinzo.ai/auth/oauth/google \ --header 'Authorization: Bearer <token>'
Get the Google OAuth authorization URL to initiate sign-in.
curl -X GET "https://api.app.shinzo.ai/auth/oauth/google?returnTo=https://app.shinzo.ai/dashboard"
{ "url": "https://accounts.google.com/o/oauth2/v2/auth?client_id=...&redirect_uri=...&scope=..." }
200