Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Wallet ledger entries for settings page

GET/v1/settings/billing/wallet/ledger
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Query parameters
limitinteger<int64>
default: 50
Responses
200OK
itemsSettingsBillingWalletLedgerItem[] | nullrequired
Show properties
Array of SettingsBillingWalletLedgerItem
amountinteger<int64>required
balance_afterinteger<int64>required
created_atstringrequired
currencystringrequired
entry_typestringrequired
idstringrequired
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/settings/billing/wallet/ledger"
Response
{
  "items": [
    {
      "amount": 0,
      "balance_after": 0,
      "created_at": "string",
      "currency": "string",
      "entry_type": "string",
      "id": "string"
    }
  ]
}