imad30
13
@marpas, nothing I say will demonstrate my gratitude for your help!
It worked, I followed your steps.
1 - I made the API call to my provider normally;
2 - I used “https://jsonlint.com/” to compress the result without spaces;
3 - In the backend, I created a GET endpoint and made the API call in one of the actions, and as a return, I placed the result obtained in “https://jsonlint.com/”;
4 - I changed the fields of this result to include the results of the first call;
5 - Via API Connector, i made a GET call to the endpoint i had created and now i can use it as data.
Thank you very much! 