Feature Access APIPOST/api/v1/feature-access
Product availabilityAlgaPSA
Check feature access
Checks feature access via ApiPermissionController.checkFeatureAccess() using API key auth and permission read checks.
Request body
Content type: application/json · schema FeatureAccessBodyV1
feature_namestringRequired
Response body
Success response 200 · schema MetaUtilityApiSuccessV1
anyOf (option 2)array of object
Response codes
400
Invalid request payload/query.
401
Unauthorized (API key/session auth failure depending on route).
500
Unexpected route/controller failure.