Open API request

Open API request action type allows you to send the queries to your Open API data sources. To create a new request, select the required data source and choose an Open API request action type.

Endpoints

The available endpoints will be defined by the OpenAPI specification. You can choose the desired endpoint from a dropdown menu. The documentation will be retrieved from the specification and presented in the action editor.

Parameters

UI Bakery will analyze the specification for every endpoint and exhibit inputs corresponding to the request parameters specified.

You can send different types of body, the system provides expected data types for each field. You can also pass the values dynamically:

Last updated