v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Subscribe to email notifications

post/v1/account.subscribeEmail

Headers

X-Forwarded-Forstring

Request body

$schemastring uri

A URL to the JSON Schema for this object.

emailstring email nullable

The email address to subscribe to the newsletter (only for the landing page)

subscribedboolean required

Whether the account wants to be subscribed to the newsletter

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountSubscribeEmailRequestBody.json",
  "email": "steamsets@example.com",
  "subscribed": true
}

Response

No Content