For a basic auth, you set it up through the header
Authorization: Basic userid:password
I think that should work
Lucas G
2 years ago
But the info likely needs to be encoded, check your API
Lucas G
2 years ago
You can use the formula editor to format the info accordingly. A concat node with Basic and base64-encoded strings for the other info, if it is OpenAPI format