SteamSets
ApiAccount

Verfy email

POST
/account.v1.AccountService/VerifyEmail
/account.v1.AccountService/VerifyEmail

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

code
Required
string

The code to verify

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

OK

{}