GET
/
accounting
/
refreshstats
Refresh Accounting Statistics
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/accounting/refreshstats \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "refreshId": "<string>",
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

200
application/json

Accounting statistics refresh initiated successfully

The response is of type object.