curl --request GET \
--url https://api.machines.cash/user/v1/bills/calendar \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}Get bill calendar
When to use this: Read monthly bill calendar view.
Required scope: bills.read.
curl --request GET \
--url https://api.machines.cash/user/v1/bills/calendar \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}