Hello,
I am developing an Integration to unbounce using PHP via the API.
It’s working great, but every so often I get that curl is timing out. It’s usually at the start of the day when I am starting, then it starts working after like 10 minutes and it continues to work. It’s like it needs to ‘warm’ up for lack of better terminology.
Here is part of my php code to setup the API:
Are there any tips and tricks that I am missing when setting up the API.
Thank you!!