Skip to main content
GET
/
admin
/
usage
/
dates
Usage snapshot dates
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.

Authorizations

Authorization
string
header
required

JWT token obtained from POST /admin/login

Response

200 - application/json

Snapshot dates

ok
boolean
Example:

true

data
string<date>[]