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.

Jack Rookie Asked on February 23, 2022 in How To's.
Add Comment
1 Answers

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

Intermediate Answered on February 25, 2022.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.