API REFERENCE

Feature Access API

Check whether a user can access a named feature. This is an internal entitlement helper used to gate functionality at runtime.

Check access

POST /feature-access takes a feature_name (required) and an optional user_id; omit it to check the authenticated caller.

curl
curl https://algapsa.com/api/v1/feature-access \
  -H "X-API-Key: $ALGA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "feature_name": "advanced_reporting"
  }'

Endpoints

Every endpoint links through to its full parameters, request and response schemas, and code samples.

POST/api/v1/feature-accessAlgaPSACheck feature access