curl --request GET \
--url https://api.easierprop.com/admin/billing/invoice \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {}
}Privileged-admin only. Generate live period-aware invoice data for one admin and calendar month.
curl --request GET \
--url https://api.easierprop.com/admin/billing/invoice \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.easierprop.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from POST /admin/login
Invoice month in YYYY-MM format
^\d{4}-\d{2}$