v7

latestOpenAPI 3.1.02026-08-0898258317.8 KB
account

Reconnect OAuth connection

post/v1/account.reconnectConnection

Request body

$schemastring uri

A URL to the JSON Schema for this object.

codestring required

The code from the oauth2 provider to re-verify

connectionIdstring required

The connection id to reconnect

redirectUristring

The redirect_uri used to obtain the code. Must be an allowed frontend origin

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountReconnectRequestBody.json",
  "code": "123456",
  "connectionId": "123456",
  "redirectUri": "https://steamsets.com"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountReconnectResponseBody.json"
}