Skip to main content
GET
/
consumer
/
v1
/
deposits
/
{depositId}
Get deposit
curl --request GET \
  --url https://api.machines.cash/consumer/v1/deposits/{depositId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {},
  "summary": "success"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

depositId
string
required

Response

Success

ok
boolean
data
object
summary
string
errors
object[]
next
string