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

  1. Go to https://www.usebruno.com/downloads
  2. Download the version for your OS (Windows, macOS, Linux).
  3. Install with the default options.
  4. Launch Bruno once to confirm it opens.

Step 2: Install Git

Windows

  1. Download from https://git-scm.com/download/win
  2. Run the installer and keep default options.
  3. 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

  1. Open this repository on GitHub in your browser.
  2. Click the green “Code” button near the top-right.
  3. Make sure HTTPS is selected.
  4. Copy the URL that looks like:
    https://github.com/<your-org>/<your-repo>.git
    

Step 4: Clone (Download) the Repository

  1. Open Git Bash (Windows) or Terminal (macOS/Linux).
  2. Change to the folder where you want the project, for example:
    cd ~/Documents
    
  3. Clone the repo (paste your URL from Step 3):
    git clone https://github.com/<your-org>/<your-repo>.git
    
  4. Enter the folder:
    cd <your-repo>
    

Step 5: Open the Collection in Bruno

  1. Launch Bruno.
  2. Click Open Collection (or File → Open Collection).
  3. Browse to the folder you cloned in Step 4.
  4. Select the folder — the collection will load in Bruno.