Create a REST V2 connection to make calls to a web service application.
When you create a connection, specify the swagger specification file and the authentication method. You can specify the following authentication methods:
Standard
OAuth 2.0 client credentials
OAuth 2.0 authorization code
JWT bearer token
API key
You can use OAuth 2.0 client credentials or OAuth 2.0 authorization code authentication to connect to the authorization server in a Virtual Private Cloud network for the authorization process.
If your REST endpoint does not have a swagger specification, you can generate the swagger specification file from
Administrator
. Click
Administrator
Swagger Files
to generate a swagger specification file.
For information about the parameters that you need to define in a Swagger file, see
Generating a swagger file.