curl --request GET \
--url https://api.easierprop.com/admin/usage/dates \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": [
"2023-12-25"
]
}Privileged-admin only. List dates that have usage snapshots.
curl --request GET \
--url https://api.easierprop.com/admin/usage/dates \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": [
"2023-12-25"
]
}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.