GET
/
items
/
{id}
cURL
curl --request GET \
  --url https://api.steamgold.dev/v1/items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "verification": "pending",
  "deliveryStatus": "created",
  "deliveryId": "<string>",
  "intentAmount": 123,
  "intentCurrency": "<string>",
  "paymentStatus": "pending",
  "paymentAmount": 123,
  "paymentCurrency": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

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

Response

intent response

code
integer
required

HTTP-код ответа

verification
enum<string>
required

Статус верификации

Available options:
pending,
verified,
rejected
deliveryStatus
enum<string>

Статус доставки (для товаров и снаряжения)

Available options:
created,
pending,
retrying,
delivered,
failed
deliveryId
string

Идентификатор доставки (для товаров и снаряжения)

intentAmount
number

Сумма пополнения

intentCurrency
string

Валюта пополнения

paymentStatus
enum<string>

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

Available options:
pending,
paid,
rejected
paymentAmount
number

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

paymentCurrency
string

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