Skip to content

Rest request

Rest requests in Wized allow you to connect your web application to any external service that supports REST APIs. This feature enables you to integrate a wide variety of third-party services ranging from payment gateways to data providers without being limited to the native integrations offered by Wized.

Overview

Rest Requests give you complete flexibility to create custom API integrations. Unlike native integrations that come with predefined methods, a Rest Request requires you to manually configure details such as the HTTP method, endpoint, headers, parameters, and body. This means you can connect to any RESTful service and tailor the request to meet your specific needs.