v6
OpenAPI 3.1.02026-08-0597255315.1 KBaccount
Reconnect OAuth connection
post/v1/account.reconnectConnection
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/V1AccountReconnectRequestBody.json",
"code": "123456",
"connectionId": "123456",
"redirectUri": "https://steamsets.com"
}Response
OK
Example response
{
"$schema": "https://api.steamsets.com/schemas/V1AccountReconnectResponseBody.json"
}