Skip to main content
GET
/
gear
/
{id}
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>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

Response

code
integer
required
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