Retrieve your organization's active tariff plan

Retrieve detailed information about your organization's assigned `tariff_plan`. <Info> The `applied_price` field is calculated based on the active SIM cards for the current month. </Info>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Response

Success
organisation_iddouble or null
start_datestring or null
expiry_datestring or null

the end date of the tariff_plan, or null if it is open end

sim_activated_ratedouble or null
sim_activated_idle_ratedouble or null
sim_suspended_ratedouble or null
sim_suspended_active_ratedouble or null
sim_activated_amountdouble or null
the number of activated SIMs this month
applied_priceobject or null

the fees that apply for the current month according to the number of activated SIMs. calculation follows volume pricing at the moment, but may be changed at any time. the resulting price is the sum of each price line times the given volume. if it is a scaled price, the rate object contains a scale_start field, otherwise it is fixed.

tariff_planobject or null
tariff_plan_runtimeobject or null
activeboolean or null
applied_ratedouble or null
iddouble or null
service_levelobject or null

The default service level of a tariff plan. Possible values can be fetched with GET /api/v1/service_level.

workspaces_enabledboolean or null
Determines if the organization is allowed to use the Workspace feature. Returns the global value from the tariff plan, unless this value is overridden on the organization level. If it's set, the value configured on the organization level always takes priority.

Errors