Clay Icon
  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    The "Bad Request" error is likely due to incorrect JSON formatting in your request body. Here's how to fix it:1. Make sure all text keys and string values are enclosed in double quotes 2. Remove any trailing commas at the end of your JSON objects 3. When using dynamic column values: โ€ข String values need quotation marks โ€ข Numbers don't need quotes (except for numbers with leading zeros) โ€ข Combine text with dynamic columns using a Formula column firstHere's an example of correct formatting::LBKSLBKS```LBKS{ "name":: "John", "age": 30 }```Try pasting your JSON into a validator like JSONLint to check for formatting issues. Sources: HTTP API integration overview | Clay University FAQ: Why am I seeing the "failed to parse body" error when using the HTTP API enrichment?

  • Avatar of Channeled
    Channeled
    APP
    ยท
    ยท

    Hi Muhammad H.! This thread was recently closed by our Support team. If you have a moment, please share your feedback: