Check resource billing eligibility
Returns a point-in-time eligibility decision from the same existing billing service used by the portal. Call it before a billable create and continue only when allowed is exactly true. This check does not reserve funds, create a resource, or guarantee that a later product operation will succeed. Requires scope: billing.read.
Authentication
AuthorizationBearer
IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.
Query parameters
workspace_id
The workspace ID to scope this request to.
Request
This endpoint expects an object.
sku_code
Billing catalog SKU for the intended resource. Unknown or unavailable SKUs may be denied.
estimated_cost_minor
Optional estimated cost expressed in the organization's currency minor unit. Use a value from a trusted catalog.
Response
Billing eligibility decision returned successfully.
organization_id
allowed
Continue only when this value is exactly true.
reason
Machine-readable decision reason.
billing_mode
billing_state
currency
evaluated_at
sku_code
estimated_cost_minor
effective_balance_minor
credit_headroom_minor
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
502
Bad Gateway Error
504
Gateway Timeout Error
