Skip to main content

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.
You can upload a logo for your app. This helps identify your systems at a glance.

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.

4. Select a server

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

5. Auth Methods

All securitySchemes defined in your specification are available here to configure and enable/disable for your app.
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 your API Key name which part of your requests it should be sent with.
This method allows custom implementations of auth where request are to be made in order to complete the auth flow.