I am getting random 400 Client error without any context of what the error might be in my lambda when hitting specific endpoint. The same request is succeeding but out of nowhere then one request is throwing me Client error. Could someone from Pipedrive please check this?
The endpoint i am hitting is:
GET leads/search?term=auth0%7C67a621b8193571aa022n6755&fields=title&person_id=6941&limit=1
The response i am getting is:
{
“error”: “Bad Request”,
“message”: “Client Error”,
“statusCode”: 400
}