---
title: "Google Login"
method: GET
path: "/sso/google/login"
tags: ["Google SSO"]
---

# Google Login

`GET /sso/google/login`

Endpoint to perform Google authentication and login.

## Query parameters

- `access_token` string, required — The access token obtained from Google authentication.
- `contact_consent` boolean — The contact consent value.
- `rewardful_referral` string — Optional referral code for Rewardful program.
- `remember_me` boolean — Whether to remember the user for 2 weeks

## Response `200`

Successful Response

- AppRoutersGoogleTokenResponse
  - `token_type` string, required
  - `access_token` string, required
  - `email` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
