Need help: Facing error: Please provide correct unique id

I am trying out the Nathan’s workflow for the n8n course level 1, When you provide all the details in a HTTP request and execute, I see the response as “Please provide correct unique id”.

I have entered all the details correctly.

1 Like

I have the same similar problem. Please help me

I had the same issue and I realised I was setting up the ‘Header Auth’ in the headers parameters, which apparently are two different things.

Seems like the ‘Header Auth name’ and ‘Header Auth name’ are for API authentication, while the header parameters is the content request. Hence as per the course, should be set up to Header Parameters > Name: unique_id > Value: the unique ID value you got on your email when signed up for the course.