If your external API requires Basic HTTP authentication, you can simply add your credentials to your URL.
For example, if you want to authenticate with the username my-user and the password my-password via the service example.aquro.com then write your URL as :
http://my-user:my-password@example.aquro.com