Hi Community,
While trying to update organization with the endpoint https://api-proxy.pipedrive.com/organizations/:id
Facing a issue of getting 520 origin error.
Put Request
Payload : {“4484756bda28c888adb6bdc1cda49xxxxxx92c0e”:“40x”}
Response we are receiving is
<html>
<head><title>520 Origin Error</title></head>
<body bgcolor="white">
<center><h1>520 Origin Error</h1></center>
<hr><center>cloudflare-nginx</center>
</body>
</html>
There’s no issue with the Auth as other endpoints are working.
Does anyone have a clue on what is going on here?