Get ledger entries for a specific account
curl --request GET \
--url https://api.case.dev/payments/v1/accounts/{id}/ledger \
--header 'Authorization: Bearer <token>'{
"entries": "<array>",
"pagination": {}
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/payments/v1/accounts/{id}/ledger \
--header 'Authorization: Bearer <token>'{
"entries": "<array>",
"pagination": {}
}