GET /api/tariff/get This function requires authentication

Description

Returns a pricing plan of a portal with a name specified in the request.

Parameters
Name Description Type Example
portalName*
sent in Query
Portal name string "example"
* - required field
Returns

The description of the portal and the portal pricing plan

Example Response
{
    "tariff": {
        "activeUsers": 50,
        "dueDate": "2016-07-13",
        "features": "whitelabel",
        "maxFileSize": 104857600,
        "maxTotalSize": 1073741824
    },
    "tenant": {
        "created": "2010-07-07T15:46:00",
        "domain": "example.com",
        "language": "en-US",
        "ownerId": "78e1e841-8314-48465-8fc0-e7d6451b6475",
        "portalName": "example",
        "status": "Active",
        "tenantId": 1,
        "timeZoneName": "UTC"
    }
}