My context:
API version: 2.12
API call: search and update contact
404 Curl request at 2025-03-31 09:50:33
{
"headers": {
"content-length": "74",
"user-agent": "GuzzleHttp/7",
"host": "api.intercom.io",
"authorization": "********",
"accept": "application/json",
"content-type": "application/json"
},
"body": "{\"query\":{\"field\":\"external_id\",\"operator\":\"=\",\"value\":\"vegastars_78859\"}}",
"url": "https://api.intercom.io/contacts/search",
"method": "POST"
}
Here is the response at 2025-03-31 09:50:33:
I have double-checked that the value exists in Intercom. However, the weird thing is that when my server calls the API, it returns an error response. Then, when the request is retried by the queue, it succeeds.
I want to make sure that are these response such as 404 and 502, 504 coming from your side ?
{
"body": "<html><head><title>404 Not Found</title></head><body><center><h1>404 Not Found</h1></center><hr><center>nginx</center></body></html>",
"method": 404
}