I am using the REST API to retrieve the information of some users and since yersterday I’m getting randomly 414 responses on the endpoint “users/lookup”. I’ve tried adding a call to “account/verify_credentials” just whenever I get the bad response and then the same response is returned (414 error code).
Could somebody tell me what the error code means exactly? I know the HTTP equivalent is 414 - Request-URI Too Long, but if I try the same call using apigee the API returns a normal result, so I’m really puzzled what this 414 error code can be.
Thanks!