How to exclude access to an API from unauthorized users?

Hi @jwoods ,
Thank you for posting your inquiry here. I checked your API Definition and it seems that you have 2 authentication mode which is keyless and Basic Auth. This is the reason that you have authorization issues. If you set "use_keyless": false, this will disable keyless access and it will only authorized the Basic Authentication you set.