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

# Google Callback

`GET /auth/google/callback`

OAuth callback endpoint for Google Sign-In.
Exchanges authorization code for access token, gets user info, and creates/logs in user.
Returns JSON with user data - frontend will handle navigation.

## Query parameters

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

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
