v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Verify email address

post/v1/account.verifyEmail

Request body

$schemastring uri

A URL to the JSON Schema for this object.

codestring required

The code to verify

Example request

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

Response

No Content