Skip to content

Introduction

The Requests Panel serves as your central interface for interacting with APIs and external services within Wized. You can find it in the left navigation bar of the Configurator. This panel allows you to create, manage and test all your API requests.

Request Navigation

  • View and Manage Your Requests: The left navigation panel displays a comprehensive list of all API requests created in your project. You can search, filter, and create new requests as needed.

  • Create New Requests: To create new API requests, specify the service you want to connect to, including the HTTP method, URL, parameters, headers, and body.

    requests_panel

Request Settings and Overview

  • Request Configuration In the right panel, when the "Settings" tab is activated, you will see all the configurations for the selected request. These configurations will dynamically adjust based on the type of request (Native or REST). Here, you can find and modify settings such as headers, endpoints, methods, and more, depending on the request type. request_settings

  • Response & logs Overview When you open the "Overview" tab, you can view the response of the request, including both the results and the state. Additionally, you will have access to the logs. request_overview

note

For more detailed information on how to create and configure API requests, see the Requests section.