DORRS Data
Login
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

application/json

application/json

application/json

curl -X GET "https://example.com/backend/api/v1/fees/dates/"
{  "message": "success",  "data": [    "2023-11-30"  ],  "code": 200}
{  "code": 401,  "message": "Authentication credentials were not provided."}
{  "code": 403,  "message": "You do not have permission to perform this action."}
{  "message": "Internal Server Error",  "code": 500}