Skip to main content
GET
/
admin
/
usage
/
history
Usage snapshot history
curl --request GET \
  --url https://api.easierprop.com/admin/usage/history \
  --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.

Authorizations

Authorization
string
header
required

JWT token obtained from POST /admin/login

Query Parameters

from
string<date>

Start date (YYYY-MM-DD). Defaults to 90 days ago.

to
string<date>

End date (YYYY-MM-DD). Defaults to today.

admin_id
string<uuid>

Optional admin filter

Response

200 - application/json

Usage snapshots

ok
boolean
Example:

true

data
object[]