ubpomelo opened this issue 2 years ago · 1 comments
According to Snyk API Docs and what Matano integration supports, we found out that issues endpoint is missing v1 path. The right path would be: https://api.snyk.io/v1/reporting/issues/. Also note that after dates is a missing & and query is failing.
https://api.snyk.io/v1/reporting/issues/
I've tested it locally and it works good.
Thanks for the catch, fixed.