As per the JSONP Wikipedia article: JSONP (JSON with Padding or JSON-P) is a technique used by web developers to bypass the restrictions of browsers' same-origin policy. Due to JSONP being only appropriate for global unauthenticated resources, the Cloudsmith API explicitly doesn't support JSONP and currently has no plans to implement it.
Our recommendation is to utilise CORS instead.