Monthly organization traffic and cost statistics
<Info icon="fa-light fa-lock" className="permission-callout">
<div className="permission-callout__header"><span className="permission-callout__title"><span className="permission-callout__label">Required permissions</span> <span className="fern-docs-badge small blue subtle rounded-full permission-callout__beta">Beta</span></span> <span className="permission-callout__learn-more">[Learn more](/developers/api-guidelines/permissions#how-permissions-work)</span></div>
`Organisation.Stats` + `Get`
<div className="permission-callout__roles"><span className="permission-callout__roles-label">Roles:</span> <Badge intent="info">Administrator</Badge> <Badge intent="info">User</Badge> <Badge intent="info">Observer</Badge></div>
</Info>
Retrieves traffic and cost statistics for the selected organization.
Traffic statistics accumulate for the `current_month` and `last_month` of the selected organization and all child organizations.
All other returned values (SIM statistics, user counts, etc.) are only for the selected organization.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Path parameters
org_id_or_my
Numerical ID of an Organization or the string my to use the currently authorized organisation
Response
OK
current_month
last_month
sim
Amount of SIMs per SIM status where the selected organisation is either the customer organisation or the issuer organisation
service_profiles
Amount of service profiles
tariff_profiles
Amount of service profiles
users
Amount of users
active_chargeable_sims
Amount of active SIMs that will be charged within the current month. This field is omitted if there are no chargeable SIMs.
hosting_fees
Total of SIM hosting fees for all active_chargeable_sims. This field is omitted if there are no chargeable SIMs.
inclusive_volume
prepaid_balance
Errors
403
Forbidden Error
422
Unprocessable Entity Error