I need help troubleshooting this.
Workbook here.
I have the same exact setup inside Zapier and the api call works.
The "incorrect header check" error typically indicates a formatting issue with your headers or body configuration.
Since you mentioned the same setup works in Zapier, can you copy and paste the JSON body from your HTTP API configuration in Clay? This will help me spot any formatting differences.
Also, click into the specific error cell to see if there are more detailed error messages that might give us additional clues.
Before we dig deeper, try using Sculptor (the AI tool in the top-right corner) - click "Troubleshoot with AI" and paste your error message. It's great at diagnosing API configuration issues.
how do i find the json body of my api configuration?
To find your JSON body in Clay's HTTP API configuration:
Click on your HTTP API column in your table
Click the settings/edit icon (usually a gear or pencil icon)
Look for the "Body" section in the configuration panel
The JSON body will be displayed in a text field where you can see exactly what data you're sending.
Since you mentioned formatting issues, can you copy and paste your current JSON body here? I can help spot any formatting problems that might be causing the "incorrect header check" error.
Perfect! You're right - GET requests don't need a body, so that's not the issue.
The "incorrect header check" error is likely coming from your headers. I notice you have Content-Type: application/json set, but for GET requests you typically don't need this header since you're not sending JSON data.
Try removing the Content-Type header and keep only your Authorization header. That should resolve the formatting issue.
If that doesn't work, click into the specific error cell to see if there are more detailed error messages.
Is that what you were looking for?
The -3 "incorrect header check" error suggests there might be hidden characters in your configuration.
Try this:
Copy your entire Authorization header value into a plain text editor first
Look for any invisible characters
Clean it and paste back into Clay
Also, since you're doing a GET request, try removing the Content-Type header entirely - it's not needed for GET calls.
Click "Troubleshoot with AI" in that error popup and paste your error message there - Sculptor is great at diagnosing these API issues.
Did that answer your question?
Nope. Huamn support pls
I'm sorry for the trouble you're experiencing. I'll connect you to a human agent who can assist you further.
Our support team has got your message and we'll get back to you soon! We're currently outside of our standard office hours (9 AM to 9 PM EST, Monday through Friday), so it may take a little longer for us to respond.
If you’re dealing with a specific table, drop the URL below so we can help you quicker. Otherwise, someone from our team will be in touch soon!

Hi Loh, thank you for reaching out. I will be reviewing your table.
I’ve checked your table, and it looks like the webhook is receiving data correctly. Are you still seeing the error on your side?
Please chekc this video
