Connection TimeOut and API call Timeout

Hi Guys,

When connecting to the API, there is a timeout parameter that specify the timeout delay.
Questions:

  • This timeout is only for the connection?
  • If not, what is the timeout for API calls? Is there a way to specify the timeout for API calls?

Thanks,

Vincent

The default timeout in the JavaScript SDK is 16 seconds. The server-side timeout is up to 15 seconds, so the server should always respond with a timeout response before the SDK. You can set the timeout on the ApiClient instance.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.