---
title: "OAuth callback handler"
method: GET
path: "/auth/callback"
tags: ["Auth"]
---

# OAuth callback handler

`GET /auth/callback`

Handles the OAuth callback and creates user session

## Query parameters

- `code` string, required

## Other responses

- `303` — Redirect to frontend home page
- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/ccextractor/apis/ccsync-api.md) · [All operations](https://skmtc.dev/ccextractor/apis/ccsync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ccextractor/ccsync-api/revisions/29008907af99/schema)
