Organization billing
The organization's plan, subscription state, and usage against the plan's limits.
The organization's plan, subscription state, and usage against the plan's limits.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/org/billing"{ "plan": "free", "status": "string", "seats": -9007199254740991, "periodEnd": "2019-08-24T14:15:22Z", "cancelAtPeriodEnd": true, "usage": [ { "feature": "members", "used": -9007199254740991, "cap": -9007199254740991, "window": "month" } ]}