---
title: "Oauth Callback"
method: GET
path: "/v1/connections/oauth/callback"
tags: ["v1", "public", "connections"]
---

# Oauth Callback

`GET /v1/connections/oauth/callback`

Exchange an authorization code and attach tokens to the connection.

## Query parameters

- `code` string, nullable
- `state` string, nullable
- `error` string, nullable
- `error_description` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-08** `a3ec5ea4a3df` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/connections/oauth/callback/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/8ccf2531e936?raw)
