Integration n8n

Hello!
Try to connect to API through n8n.io and get the error:

{ “type” : “CaligraphException”, “code” : “caligraph_not_using_basic_authentication”, “message” : “Please use Basic authentication.”, “status” : “UNAUTHORIZED”, “errors” : , “httpStatusCode” : 401 }

there is basic auth in n8n:

Has somebody already overcome this problem?

solved by myself.
add the field of the header: the key ‘Authorization’ and value ‘Basic blablabla’(get from postman)

here:

1 Like

@ddolgorukov I appreciate you posting the solution here. You are right on the money. Using Basic authorization with your API key and your account ID should do the trick, both of them found here: YouCanBook.me