Hi , I’m stuck with HTTP REQUEST node not validating in the output tab for my Level 1 course “Nathan’s workflow". I have used I the information from email I received it not showing in the Output tab the is should retrieve. Please help me guys.
Change the Response Format in the node to String instead of JSON. If you see a bunch of text in the output tab now, it means the request is working, but the data wasn’t in the JSON format n8n expected. If it’s still empty, it’s almost certainly the API Key or the URL
Thank you very that very helpful.
HI AGAIN, CAN YOU ALSO PERHAPS ASSIST me with OAuth integration , registering and finding the OAuth Redirecting URLs.
This may help
I personally find the Personal Access Token (PAT) approach to be easier.
Most likely you are referring to this
Authorization request
GET https://airtable.com/oauth2/v1/authorize
1 Like
Try String response format first; if that works, the endpoint is fine and the JSON shape is the issue.
