Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
/
billing
Get Organization Billing
curl --request GET \
  --url https://api.human.prod.artistree.io/v1/organizations/{organization_id}/billing \
  --header 'Authorization: Bearer <token>'
{
  "plan": "<string>",
  "billing_type": "<string>",
  "total_count": 123,
  "total_asset_based_usage": 123,
  "total_size_based_usage": 123,
  "asset_usage_offset": 123,
  "size_usage_offset": 123,
  "app_client_asset_usage": 123,
  "app_client_size_usage": 123,
  "usage_stats": [
    {
      "email": "<string>",
      "project_usage_stats": [
        {
          "id": "<string>",
          "name": "<string>",
          "assets_count": 123,
          "size_usage": 123
        }
      ]
    }
  ]
}
Your {organization_id} can be found here voight.ai/organizations

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization_id
string
required
Required string length: 36

Response

Organization billing

plan
string
required
billing_type
string
required
total_count
integer
required
total_asset_based_usage
integer
required
total_size_based_usage
integer
required
asset_usage_offset
integer
required
size_usage_offset
integer
required
app_client_asset_usage
integer
required
app_client_size_usage
integer
required
usage_stats
UserUsageStatsDto · object[]
required