Skip to main content
GET
/
pouch
/
{pouchId}
/
verify
cURL
curl --request GET \
  --url https://api.steamgold.dev/v1/pouch/{pouchId}/verify \
  --header 'Authorization: Bearer <token>'
{
  "code": 200,
  "verified": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

pouchId
string
required

ID корзины

Response

Корзина готова к оплате

code
integer
Example:

200

verified
boolean
Example:

true