---
title: "Reconnect OAuth connection"
method: POST
path: "/v1/account.reconnectConnection"
tags: ["account"]
---

# Reconnect OAuth connection

`POST /v1/account.reconnectConnection`

## Request body

- V1AccountReconnectRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `code` string, required — The code from the oauth2 provider to re-verify
  - `connectionId` string, required — The connection id to reconnect
  - `redirectUri` string — The redirect_uri used to obtain the code. Must be an allowed frontend origin

## Response `200`

OK

- V1AccountReconnectResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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