API - Feature Plan
List feature plans
Endpoint | /api/v1/feature_plans |
---|---|
Method | GET |
Request example
curl -X GET \ https://<EVOLUX_DOMAIN>/api/v1/feature_plans \ -H 'token: <EVOLUX_TOKEN>'
Response example
200 | { "meta": { "status": 200, "message": "OK" }, "data": [ { "id": 1, "name": "Basic" }, { "id": 2, "name": "Full Edition" } ] } |
---|