Our HTTP API integration is specifically designed to work with JSON-formatted data in the request body. The Content-Type is always set to "application/json".When sending data, you'll need to structure it as JSON with proper formatting: ** Use quotes around string values
** Leave numbers and booleans without quotes
* Format as key-value pairsFor example: LBKS{ "email": "[sam@clay.com](mailto:sam@clay.com)", "name": "Sam" }LBKSIf you need to work with form data, you'll need to convert it to JSON format first before making the request through our API integration.
Sources:HTTP API - Clay UniversityHTTP API integration overview | Clay UniversityHTTP API with Clay
Looks like you're still looking for help. We're escalating this over to our support team and someone should be in touch soon. In the meantime, feel free to include any other information that may be helpful in solving your issue!
Hi Mathew, thanks for reaching out! Could you elaborate on the form data you're looking to use in your HTTP request? The body does need to be in JSON but happy to see if there's a workaround we can apply here
Thanks Mathew! Our HTTP API integration is specifically designed to work with JSON-formatted data in the request body. The Content-Type is always set to application/json and it's not possible to change this