Receiving the following error when trying to get Contacts data back from Hubspot:
<html> <head><title>414 Request-URI Too Large</title></head> <body> <center><h1>414 Request-URI Too Large</h1></center> </body> </html>
What is the api call you are using? Is there any internal logs that can help me troubleshoot this? Does the api call include archived properties?
I think the issue is that the request length is greater than 8190 so I need to know what the request looks like that is too long.