Bruno API Collection
This repository contains a Bruno collection for testing and exploring our APIs.
This guide walks you through everything — from installing tools to sending your first request.
Table of Contents
Step 1: Install Bruno
- Go to https://www.usebruno.com/downloads
- Download the version for your OS (Windows, macOS, Linux).
- Install with the default options.
- Launch Bruno once to confirm it opens.
Step 2: Install Git
Windows
- Download from https://git-scm.com/download/win
- Run the installer and keep default options.
- Open Git Bash (installed with Git).
macOS
Open Terminal and run:
xcode-select --install
Linux
Install via your package manager:
sudo apt install git # Ubuntu/Debian
sudo dnf install git # Fedora
Verify Git is installed:
git --version
Step 3: Copy Git Url
- Open this repository on GitHub in your browser.
- Click the green “Code” button near the top-right.
- Make sure HTTPS is selected.
- Copy the URL that looks like:
https://github.com/<your-org>/<your-repo>.git
Step 4: Clone (Download) the Repository
- Open Git Bash (Windows) or Terminal (macOS/Linux).
- Change to the folder where you want the project, for example:
cd ~/Documents - Clone the repo (paste your URL from Step 3):
git clone https://github.com/<your-org>/<your-repo>.git - Enter the folder:
cd <your-repo>
Step 5: Open the Collection in Bruno
- Launch Bruno.
- Click Open Collection (or File → Open Collection).
- Browse to the folder you cloned in Step 4.
- Select the folder — the collection will load in Bruno.