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

# OAuth callback

`GET /oauth/callback`

Handles authorization callback and redirects to client's registered URI.

## Query parameters

- `code` string — The authorization code from the authorization server.
- `state` string — The state parameter containing encoded client redirect info.
- `error` string — Error code if authorization failed.
- `error_description` string — Human-readable error description.

## Other responses

- `302`

---

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