curl --request POST \
--url https://api.easierprop.com/admin/usage/snapshot \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"date": "2023-12-25",
"force": false
}
'{
"ok": true,
"data": {}
}Privileged-admin only. Capture today’s usage snapshot or optionally recapture a supplied date.
curl --request POST \
--url https://api.easierprop.com/admin/usage/snapshot \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"date": "2023-12-25",
"force": false
}
'{
"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