Trying out the Mautic API, both via code and via the Postman application.
When I try to make calls to http://SERVER/index.php/api/contacts with the basic authorization header, I get:
I restored an original .htaccess from github, and checked that my base URL in the configuration was correct. Now, when I navigate to http://SERVER/api/contacts I no longer get a 404.
However, my GET requests with the basic authorization header give me a different error:
{"error":{"message":"Requested URL not found: /api/contacts","code":404}}
How can you use just basic auth. When I select basic auth and then try to create API credential, I have to choose atleast 1 thing among Oauth 1.0 or oAuth 2.0