Consume REST API From Netsuite

0
I have  https://{user_id}.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql that are Netsuite with Token I want to GET data from this API to mendix. How Could i do it ?  Because CALL Rest (GET) in microflow can only authenticate in username and password (HTTP HEADER)
asked
1 answers
0

In stead of using the username/password, you can also build the URL (location) using parameters.

You will probably need to find out how to get netsuite token first (separate rest call) and use the response in your second call.

answered