← Docs
API client
Build & test API requests
Reqonn's API client lets you send requests natively, organize them into collections, and assert on responses.
Requests
Choose a method, enter a URL, and add headers, params, and a body. Bodies support JSON, form-data, url-encoded, and raw.
Collections & environments
Group requests into collections. Use environments to swap base URLs and secrets with variables like {{base_url}} or <<api_key>>.
Assertions
In the Tests tab, add assertions on status code, response body, and headers. Run the request and watch them go green.
Import / export
Import collections from Postman and Hoppscotch. Export back to Hoppscotch format when needed.