I am trying to connect to the NetSuite REST API. I...
# suitetalkapi
c
I am trying to connect to the NetSuite REST API. I have the API authenticating correctly, and can access the data for specific customers (e.g.
/customer/123
). However, attempting to call
/customer
(endpoint for a list of customers) returns me a 400 error, even though I believe I have all the correct permissions and parameters. I've tried with and without the
q
parameter. Could someone please advise what I am missing here? (see my attached screenshots)
c
@battk Thanks! The SuiteAnalytics Workbook permission was what I was missing.