GET
/
gold
/
{id}
curl --request GET \
  --url https://api.steamgold.dev/v1/gold/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "verification": "pending",
  "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
required

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

Response

200
application/json

intent response

The response is of type object.