> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-docs-clustered-top-nav-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Basic authentication

Basic authentication involves sending a verified username and password with your request. In the request `Auth` tab, select `Basic Auth` from the Auth Type dropdown list.

Enter your API username and password in the Username and Password fields. For extra security, store these in variables.

<img src="https://mintcdn.com/bruno-a6972042-docs-clustered-top-nav-v2/4BkMoZEwVfCOL5T3/images/screenshots/auth/basic.webp?fit=max&auto=format&n=4BkMoZEwVfCOL5T3&q=85&s=5eb6fd65c51d6933c9af57146d7663cc" alt="Basic" width="2468" height="942" data-path="images/screenshots/auth/basic.webp" />

In the request Headers, the Authorization header passes the API a Base64 encoded string representing your username and password values, appended to the text `Basic`.
