REST API DOCS
Client APIFees and Payments

Invoices. Get list of dates

GET
/backend/api/v1/fees/dates/

This API is responsible to get a list of dates invoices is generated

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/backend/api/v1/fees/dates/"
{  "message": "success",  "data": [    "2023-11-30"  ],  "code": 200}