create planAsk AIpost https://live.kable.io/api/v1/plans/createCreate a plan.Body ParamsplanIdstringrequirednamestringrequiredA human-readable name for the plan, visible on dashboards, invoices, and reports.externalIdstringAn identifier for the plan as defined by your API.descriptionstringA human-readable description for the plan, visible on dashboards, invoices, and reports.nicknamestringAn additional identifier for the plan, defined by you, that is not visible to customers. If you have different Monthly Active Users Plans for different cohorts of customers, this is a useful place to differentiate those.typestringenumrequiredThe type of plan.USAGESUBSCRIPTIONAllowed:USAGESUBSCRIPTIONdimensionIdstringAn identifier of the dimension along which usage is aggregated in this plan.aggregationstringThe aggregation along which usage metrics are calculated in this plan, relevant only for usage plans.intervalstringenumThe billing interval for the plan.MONTHMONTHAllowed:MONTHmetadataobjectArbitrary key-value pairs to attach to the object that can be useful for controlling functionality inside your API.metadata objectpriceobjectrequiredThe monthly price of the plan.price objectHeadersKable-Client-IdstringrequiredYour Kable client ID, found in the dashboard of your Kable account.Kable-Client-SecretstringrequiredYour LIVE or TEST secret key.Responses 201Plan successfully created 401Unauthorized 500Something went wrongUpdated over 3 years ago