SkillHub
Referenceorgs

Get the org's plan and seat usage

GET
/orgs/{orgHandle}/billing/plan

Path Parameters

orgHandle*string
Lengthlength <= 64

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/orgs/string/billing/plan"
{  "plan": {    "id": "string",    "billableRoles": [      "string"    ],    "limits": {      "maxOrgs": 0,      "maxMembers": 0,      "maxPublishers": 0,      "auditDays": 0,      "storageGb": 0,      "webhooks": true,      "reviewWorkflow": true,      "analytics": true    }  },  "status": "trialing",  "seatsUsed": 0,  "seatsPurchased": 0,  "trialEndsAt": "2019-08-24T14:15:22Z"}