To ensure that our products perform at consistently high service levels, we set both a rate limit and a timeout value.

The API tends to respond in 3-5 seconds to each request you send. However, since we are sending a live ping to check the address sent for validation and if applicable to retrieve enrichment data, it can sometimes take longer for the response to be returned. The maximum time we allow is 15 seconds for each call that is submitted to the API. If we cannot determine the correct response in this time, you will receive an HTTP status code of 408 (note that you are not charged for these responses).

You also have the option of controlling the timeout value yourself: the timeout parameter lets you specify the number of seconds you are willing to wait before a response is returned. You can select a value between 2 to 15 seconds.