---
title: "Google Callback"
method: GET
path: "/api/v1/auth/google/callback"
tags: ["auth"]
---

# Google Callback

`GET /api/v1/auth/google/callback`

Handle the OAuth callback from Google.

Exchanges the authorization code for user info, creates or finds the user,
then redirects to the frontend with a short-lived authorization code.

## Query parameters

- `code` string, required
- `state` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
