---
title: "Verify Google Token"
method: POST
path: "/api/auth/google/verify"
tags: ["google-oauth"]
---

# Verify Google Token

`POST /api/auth/google/verify`

Verify Google ID token from frontend and create/login user
This is called after the frontend completes Google OAuth flow

## Request body

- GoogleTokenRequest
  - `token` string, required
  - `promo_code` string, nullable

## Response `200`

Successful Response

- GoogleAuthResponse
  - `access_token` string, required
  - `token_type` string
  - `user` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
