Hey @openocean.tampa, and thanks @hergin for mentioning Victor.
In this specific case, you can ignore the issue. It’s a false-positive.
To understand what happened and why, here is a bit more context.
At Flusk, we try to protect your API calls by making sure their URL is private when it doesn’t need to be dynamic.
You want a private URL when you’re calling a private endpoint or server (such as an AWS worker for example, or something you might have built in-house).
In your case, you’re using a documented and public API that requires authentication. So if anyone would find your URL, it wouldn’t be a problem because they wouldn’t have the required authentication key to perform the call.
We just prefer to show you false-positives rather than not showing it at all and potentially leave an issue on your app.
To remember: the destination URL of your API calls should be private when you’re calling an endpoint that doesn’t need authentication.
I hope that was clear enough!
If you need any more infos, feel free to reply here 
Best,
Wes