POST
/
items
/
verify
curl --request POST \
  --url https://api.steamgold.dev/v1/items/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "platform": "<string>",
  "item": "<string>"
}'
{
  "code": 123,
  "intentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "paymentAmount": 123,
  "paymentCurrency": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Описание намерения
platform
string
required

Платформа на которой расположен товар

item
string
required

Идентификатор товара

Response

200
application/json
intent response
code
integer
required

HTTP-код ответа

intentId
string
required

Идентификатор намерения

paymentAmount
number
required

Сумма платежа

paymentCurrency
string
required

Валюта платежа