Subscription Validate if a feature limit allows more usage

Validates if the organization can use more of a feature based on current usage and plan limits

GET
/control-plane/api/v1/organization/{organization_id}/subscription/validate-limit

Path Parameters

organization_idstringrequired

Organization ID


Query Parameters

featurestringrequired

Feature key to validate (documentations, ai_requests, resources)


documentation_idstring

Documentation ID (required for ai_requests and resources features)


Responses

200
OK

Example:

{
  "key": "value"
}
400
Bad Request

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}