Web API Security help

My app won’t display the text for labels which are being set by a GET from a web API component. I think it’s an issue with my security settings as it’s a public API that I’m accessing. That said, I’m not 100% confident that security settings are the actual issue. Below is the block for the GET call - you’ll see how data from the JSON is parsed and populates the variables which set the text for the labels.

Below are the security settings on the component and details from the API.

image

Can anyone provide me with some advice as to how to get this all to work?

A post was merged into an existing topic: Any tips for working with the WebAPI component?