Authentication

Conga’s REST API authentication requires a bearer token. An account administrator can generate tokens for inclusion in authentication requests. Requests can then be included in scripts, configuration files, applications, processes, and so on.

Prerequisite

You can either use any of the following flows, as per your business requirements, to generate the authentication token:

  1. A client ID and client secret of the integration user are generated. For more information on how to create an Integration User and get the client ID and secret, see Adding Users.
  2. A client ID and client secret are generated for the API connection. For more information on how to generate ID–secret pairs, see Conga API-to-API Connection.

Generate Authentication Token

The Auth Access Token API call returns a Conga access token to authorize API calls.