I have been calling using the https://{youraccountname}.api-us1.com/api/3/campaigns call in an Azure data factory successfully for about a year and it stopped working two days ago.
Now I am getting the following error message:
Rest call failed with client error, status code 403 Forbidden, please check your activity settings…Response: {“message”:“Campaign IDs cannot be empty.”}
I can make the same call using Postman and it works.
I added an Orders by (&orders[sdate]=ASC) and I can preview the data but then the pagination doesn’t work and it gets stuck in a loop.
This started happening about the same time I noticed that I was missing deals, that pagination appeared to stop working too until I added an Orders clause.
Has there been an update to the API recently?