When trying to integrate API, I’m getting a 500 internal server error.
The API uses Basic authentication. In the header, I need to pass credentials using base64 encoding.
These are the settings I’m using.
I get a 500 internal server error when I test the request.
The API works fine when tested using Postman.