Skip to main content

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

Bruno is compatible with Linux and Windows.

Once you imported a project, in settings, is useful to create global variables and use them in the request URLs. Such as, for example, the environment.

Captura desde 2026-03-05 13-03-12.png

Captura desde 2026-03-05 13-04-17.png

You must configure the Auth method to 'Basic Auth', providing you Soffid username and password.

Captura desde 2026-03-05 13-07-52.png

RESTer

In this case, we will show the usage with RESTer, a browser extension available for Chrome and Firefox.

This extension may be added from these links: ChromeFirefox

Once it's added to the browser, this tool is accessible from its toolbar icon:

RestTer_1.png

This is the RESTer application window:

RESTer_2.png

Remember to use the HTTP headers specified in SCIM in SCIM in Soffid-HTTPrequest 

Remember to use a user with authorization. See 8. How to use SCIM in How to use SCIM in Soffid-Confirmauthorization

Postman

Postman is another REST client, you can use it as an extension of the browser, but we recommend the operating system application.

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

Bruno is compatible with Linux and Windows.

Once you imported a project, in settings, you can create global variables and use them in the request URLs. Such as, for example, the environment.

Captura desde 2026-03-05 13-03-12.png

Captura desde 2026-03-05 13-04-17.png

You must configure the Auth method to 'Basic Auth', providing you Soffid username and password.

Captura desde 2026-03-05 13-07-52.png