v4

latestOpenAPI 3.1.02026-07-3196251302.5 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

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

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