1
API Usage -403 error
Trying to make a simple GET request, what am I doing wrong?
7 replies
-
The "reason" field in the the response explains it: you're not authenticated.
And indeed; you have set "Authentication" to "None", so you're not passing your API key.
-
I did try that as well
-
I am having the same exact issue with n8n workflow. Most likely it is related to this:
@nextdns would you able to chime in on this matter?
-
Please double check your API key. This error may indicate an incorrect key to access the resource requested.
-
So, it seems it is n8n http request config issue. To resolve this on n8n, you need to specify Options > Response > Response Format = JSON. As it seems, by default n8n uses json: false flag on their http requests.
Content aside
-
1
Likes
- 1 yr agoLast active
- 7Replies
- 146Views
-
4
Following