cURL
curl --request GET \ --url https://api.steamgold.dev/v1/gear/{id} \ --header 'Authorization: Bearer <token>'
{ "code": 123, "verification": "pending", "deliveryStatus": "created", "deliveryId": "<string>", "intentAmount": 123, "intentCurrency": "<string>", "paymentStatus": "pending", "paymentAmount": 123, "paymentCurrency": "<string>" }
Получает информацию о намерении купить снаряжение
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Идентификатор намерения
intent response
The response is of type object.
object