Hi!
I’ve run into an issue which prevents me from getting data for Level 1 course.
- I already completed level 2
- I signed up separately for level 1 with the same account data
- I received the same credentials for level 1 as I did for level 2 via email (just with different webhook and dataset urls)
Level 2 email
Level 1 email
(I signed up twice through Typeform and got the same exact email twice)
My HTTP node configuration
Curl
I also tried running this outside of n8n with curl but received the same error
curl -X GET ‘``https://internal.users.n8n.cloud/webhook/custom-erp’``
-H ‘api_key: j[vKYdY68H(:WFb’
-H ‘unique_id: b1b0703234293aac46f65c6e5cce49e4’
-H ‘Content-Type: application/json’
–data ‘{}’
{“error”:“Please provide the correct Unique ID.”}


