Subscription Get feature value

Returns the value of a feature for the user's organization

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

Path Parameters

organization_idstringrequired

Organization ID


Query Parameters

featurestringrequired

Feature key


Responses

200
OK

Example:

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

Example:

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

Example:

{
  "key": "value"
}