I want to backup my workflows in Github so I tried to use the n8n node with the operation: Get Many. Credentials for n8n are set. Base url is the (self hosted) link to the instance http://ip-adress:port - with this the connection was also tested successfully.
**Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
**Operating system:Ubuntu
I have seen some proposals to add /api/v1 to the end of the base url but then the connection test is not working anymore and the node execution fails with: not authorized.
This reads - the server received your request, it understands the request (the url and the method are correct), but it just doesn’t like the credentials (aka api key). Please double (triple if you have to) check your api key, preferably delete the credentials, delete the key, create a new key, add new credentials and try again.