GET
/v1/deposits/{depositId}
curl \
--request GET 'https://api.lwolf.com/backoffice/v1/deposits/{depositId}'
Response examples (200)
{
"id": "string",
"createdTimestamp": "string",
"modifiedTimestamp": "string",
"date": "string",
"amount": 0,
"received": true,
"interest": true,
"held": true,
"heldBy": "string",
"direct": true,
"reference": "string"
}
Response examples (400)
{
"id": "string",
"code": 0,
"message": "string",
"details": [
"string"
]
}
Response examples (401)
{
"id": "string",
"code": 0,
"message": "string",
"details": [
"string"
]
}
Response examples (403)
{
"id": "string",
"code": 0,
"message": "string",
"details": [
"string"
]
}
Response examples (404)
{
"id": "string",
"code": 0,
"message": "string",
"details": [
"string"
]
}