How do I authenticate to an external resource? | Aquro Help Center

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