SteamSets
ApiAccount

Verify Connection

POST
/account.v1.AccountService/VerifyConnection
/account.v1.AccountService/VerifyConnection

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

connectionId
Required
string

The connection id to verify

curl -X POST "https://api.steamsets.com/account.v1.AccountService/VerifyConnection" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "connectionId": "123456"
  }'

OK

{}