cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.reconnectConnection \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "connectionId": "<string>" } '
{ "$schema": "<string>" }
Re-establish a connection to an OAuth provider (Discord, Patreon, etc.) for the authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The code from the oauth2 provider to re-verify
The connection id to reconnect
OK
A URL to the JSON Schema for this object.