statsig-io / statsig-feedback

Issue Tracker for Statsig. Leave your feedback on anything we do!
5 stars 0 forks source link

HTTP API for check_gate is sending 500-internal server error. #41

Open tejaswitandel opened 7 months ago

tejaswitandel commented 7 months ago

Here is my cURL, curl -L -X POST 'https://api.statsig.com/v1/check_gate' \ -H 'statsig-api-key: ' \ -H 'Content-Type: application/json' \ --data-raw '{ "user": { "userID": "tejaswi.tandel@gmail.com" }, "gateNames": [ "ui_to_code-flutter" ], "statsigEnvironment": { "tier": "production" } }'