Fixed
[Core API] Enforce feature access
over 4 years ago by Xavier
A bug in our Core API server was letting traffic to some endpoints to go through despite the feature not being accessible to their plan.
Endpoints affected are:
GET /exportsGET /exports/:export_idPOST /exportsPOST /teams/:team_id/exportsGET /analyticsGET /teams/:team_id/analytics
Those endpoints will now properly enforce access to the Front Analytics.
