Perform the following steps for authentication:

  1. Go to https://<URL_of_the_Instance>/api/v1/auth/connect/token.
  2. In the client_id field, enter the client ID provided by Conga.
  3. In the client_secret field, enter the client secret provided by Conga.

OpenAPI supports defining the OAuth schema allowing you to enter your client_id and client_secret, which automates authentication process and passes the token with every request.