GET api/2.0/portal/tariff This function requires authentication

Description

Returns the current portal tariff.

Parameters
Name Description Type Example
refresh
sent in url
Specifies whether the tariff will be refreshed Bool value true
Example
GET api/2.0/portal/tariff
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "refresh": true
}
Returns

Current portal tariff

Example Response
{
  "status": 0,
  "response": {
    "Id": 1234,
    "DueDate": "2008-04-10T06-30-00.000Z",
    "DelayDueDate": "2008-04-10T06-30-00.000Z",
    "LicenseDate": "2008-04-10T06-30-00.000Z",
    "CustomerId": "some text"
  }
}