I get the following error in clay when trying to run an HTTP API call. I double checked everything and it looks good, so just wondering if it's a clay issue
There could be a few reasons for this issue. It's likely related to how the API response is being parsed or how the data is being formatted in your request. Here are some steps to troubleshoot:
1. Check your Body section for common errors:
โข Ensure keys are surrounded by double quotes
โข Check for correct punctuation and syntax
โข Look for hidden characters
2. Verify the "Field Paths to Return" setting:
โข If used, ensure it's correctly specifying the data you need
3. Review your JSON formatting:
โข Strings should be in quotes, numbers and booleans shouldn't
โข For dynamic variables, follow JSON rules
To help further, could you please copy and paste your JSON into the chat? This will allow us to identify any specific formatting issues.
Hey Pablo,
I fixed the issue by adding the missing quotation mark, but it looks like the API key is still missing. Can you add that in so the call can go through? Let me know once itโs updated.