RE: Postman GET request to REST to => https://{{accountId}}app.netsuite.com
Our client has an account on Netsuite and I am trying to do a GET request – they have provided me with Id,secret – but it didn’t work. on the first URL they gave me. (which was a restlet.netsuite URL)
So now I am just using the app.netsuite URL and finally got a 200 OK but still not able to get JSON data or make POSTs.
Could anyone help me with this please.
Hi,
Firstly, if you’re trying to hit the REST Web Services, you should be hitting this URL:
https://{{accountId}}.suitetalk.api.netsuite.com
This may not be the only issue and, in particular, please bear in mind that some records are still in Beta.
Thanks,
Chris