PixelPaul
PixelPaul

Reputation: 1231

NetSuite SuiteTalk API Request limits

Is there any documentations on the request limits of SuiteTalk? Or does anyone know? I want to know if there are any limits on requests made on a per IP, per account, per X amount of time, or other?

Upvotes: 1

Views: 5740

Answers (2)

gingin
gingin

Reputation: 151

You can check your account’s concurrency limit at setup > integration > manage integrations. It should have a field called Account Concurrency Limit.

Lastly, the concurrency is only governed on a per user (if using user credentials to authenticate requests), per integration, and per account basis.

Upvotes: 1

Mike Robbins
Mike Robbins

Reputation: 3287

You can search NetSuite's internal help documentation for "Web Services and RESTlet Concurrency Governance". This will walk you through all of the factors that come into play regarding concurrency for Web Service (SOAP/Rest) and Restlet requests.

Upvotes: 0

Related Questions