Subscription Validate if a feature is enabled

Validates if a feature is enabled for the user's organization

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

Path Parameters

organization_idstringrequired

Organization ID


Query Parameters

featurestringrequired

Feature key to validate


Responses

200
OK

Example:

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

Example:

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

Example:

{
  "key": "value"
}