Skip to main content
GET
/
admin
/
billing
/
invoice
Generate invoice data
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.

Authorizations

Authorization
string
header
required

JWT token obtained from POST /admin/login

Query Parameters

admin_id
string<uuid>
required
month
string
required

Invoice month in YYYY-MM format

Pattern: ^\d{4}-\d{2}$

Response

200 - application/json

Invoice data

ok
boolean
Example:

true

data
object