Problem with apollo.io

Hello, I have a problem with apollo.io I would like to call the API [for]
(https://api.apollo.io/api/v1/people/bulk_match) when I test the node, I have an error on json and I have this message

n8n apo1

it writes to me:
Unexpected non-whitespace character after JSON at position 9 (line 1 column 10)

and in terms of space I can’t delete it or at least I don’t see any
Could someone help me please?
THANKS

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @Thim_Ber

That means your JSON is incorrect. Check the syntax with online tool, e.g. https://jsoneditoronline.org/

But the most common mistake is the comma after the last element, like:

{
  "key1": "value",
  "key2": "value",   <--- issue
}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.