Home > Getting Started

Table of Contents

What is a Server

A server accepts and handles the request and response.

A Server is configured to host the paths defined in the API.

For example, HTTP(S) server is configured with a port number and TLS for secured connections. A server hosts multiple operations and performs the actions to generate the desired outcome.

Configuring a Server

Create a new Server

Untitled

Create an ID for the server.

Untitled