Skip to main content
  • Documentation
  • Video Guide

1. Upload an OpenAPI specification file

First you need to upload an OpenAPI specification file. This file describes the REST API you want to onboard. These files can be either .yaml or .json files.

Either upload a spec, or provide a hosted url and we can fetch it

You can upload a logo for your app. This helps identify your systems at a glance.

Upload a logo for your app

3. Configure your app

You can configure your app by providing a name. This is also used to help identify your app in the Versori UI.

Configure your app

4. Select a server

From the available servers in your specification, select the one you want to call your requests against.

Select a server

5. Auth Methods

All securitySchemes defined in your specification are available here to configure and enable/disable for your app.

Configure Auth Methods

We current support the following OAuth2 flows:
  • Authorization Code
  • Client Credentials
Configure your config, such as the client_id and client_secret and enable the flow.

Configure OAuth2 (Authorization Code)

Configure your API Key name which part of your requests it should be sent with.

Configure API Key

This method allows custom implementations of auth where request are to be made in order to complete the auth flow.

Configure HTTP Refresh

I