Skip to content

Endpoint Object

Creating Endpoint

To create an endpoint, you only need to add an endpoint object under the endpoints collection. An endpoint object should contain at least the endpoint name and a backend section (to where it connects to). The defaults are taken if no further information is declared (e.g., method will be a GET, and output_encoding as json).

Step 1: Click on Endpoints then click on create endpoint as as shown below images

Endpoint

Step 2: Create endpoint as shown below, An endpoints section might look like this:

method
output_encoding

Endpoint

Endpoint

Endpoint object configuration

Step 3:You can pass the created endpoint object values as shown below

Endpoint

Endpoint

Step 3: You can pass the headers and query strings as shown below fields

input_headers
input_query_strings

Endpoint