API not responding correctly

Hello, I’m trying to get data through an API, but the response is this

However, the api does have data… You can see in reqbin or Postman

https://api.osatropicalproperties.com/items/Property

This is the API to consult

ah it is because the request was blocked by CORS; it is not allowing cross-domain data fetching.

You could try using an http data integration instead, which would proxy through our server and should work: https://docs.plasmic.app/learn/integrations/