---
title: "Callback"
method: GET
path: "/api/v1/oauth/callback"
tags: ["oauth"]
---

# Callback

`GET /api/v1/oauth/callback`

Handle Google callback, then redirect back to the third-party app with an auth code.

## Query parameters

- `code` string
- `state` string
- `error` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usebolsai/apis/bolsai.md) · [All operations](https://skmtc.net/usebolsai/apis/bolsai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usebolsai/bolsai/revisions/62183de581ea/schema)
