Onboard a REST API
REST apps are onboarded via uploading an OpenAPI specification file.
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
2. Upload a logo
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