latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Workspace
Plan Details
Lists details of the workspace's current plan and usage
get/api/v1/workspaces/plan_details
Query parameters
workspace_idinteger required
ID of the workspace.
Example:123456
Response
Successful Response
Example response
{
"current_member_count": 10,
"current_plan": "Business",
"current_plan_status": "Active",
"current_active_projects": 12,
"maximum_active_projects": 500,
"price_list": [
{
"billing_cycle": "monthly",
"prices": [
{
"currency": "USD",
"tax_behavior": "exclusive",
"unit_amount": 600
}
]
}
],
"workspace_id": 123456,
"has_trialed": true,
"plan_price": {
"amount": "600",
"raw_amount": 600,
"currency": "USD",
"billing_cycle": "monthly",
"tax_behavior": "exclusive"
},
"has_billing_portal": true
}