# Testing tool

## REST clients

Any REST client may be used to test and consume our SCIM REST web service.

### Bruno

Bruno is a free and open-source API client used to test, explore, and document APIs. Think of it as a tool that lets you send HTTP requests (GET, POST, PUT, DELETE, etc.) to any API and inspect the responses — without writing code.

You can download it at the following link: [https://www.usebruno.com/downloads](https://www.usebruno.com/downloads)

<p class="callout info">Bruno is compatible with Linux and Windows.</p>

#### Sample collection

<p class="callout success">To enable you to conduct your initial tests quickly, we provide a collection of samples that you can import into your Bruno instance.</p>

[SOFFID SCIM.zip](https://bookstack.soffid.com/attachments/189)

Once you imported the project, in settings, is useful to create global variables and use them in the request URLs.

Such as, the **environment**.

[![Captura desde 2026-03-05 13-03-12.png](https://bookstack.soffid.com/uploads/images/gallery/2026-03/scaled-1680-/yXu8SICIfCDO4MAe-captura-desde-2026-03-05-13-03-12.png)](https://bookstack.soffid.com/uploads/images/gallery/2026-03/yXu8SICIfCDO4MAe-captura-desde-2026-03-05-13-03-12.png)

And the Auth method to 'Basic Auth', providing your Soffid **username** and **password**.

[![Captura desde 2026-03-05 13-07-52.png](https://bookstack.soffid.com/uploads/images/gallery/2026-03/scaled-1680-/nEz5PcYmmr8ajFtg-captura-desde-2026-03-05-13-07-52.png)](https://bookstack.soffid.com/uploads/images/gallery/2026-03/nEz5PcYmmr8ajFtg-captura-desde-2026-03-05-13-07-52.png)