Discussions

Ask a Question
Back to All

API endpoint timeouts

I'm accessing the API with my PHP code and cURL. All works fine, but multiple times a day my requests are timing out. cURL Request timeout is set to 20 seconds, which I think is reasonable.

These endpoints get timeout:
v1/properties/
v1/availability/

If the requests are successful, the response is usually returned in 300-1000 milliseconds.

Anyone experienced this? Maybe I'm doing something wrong with my request?