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

# GET /api/oauth/callback

`GET /api/oauth/callback`

## Query parameters

- `state` string, required
- `code` string, nullable
- `error` string, nullable
- `error_description` string, nullable
- `domain` string, nullable
- `site` string, nullable

## Response `200`

Success

## Other responses

- `400` — OAuthCompleteError
- `404` — OAuthSessionNotFoundError
- `500` — InternalError

---

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