home
Release NotesRelease ResourcesGeneralDeveloper Hub

General

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Conga Advantage Platform
Advantage Platform Administration
CPQ
Billing for Advantage PlatformBilling for SalesforceCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceTurboEngines
CLM
Adobe Sign ServicesCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceContractsConga for Google DocsContract Intelligence (Standalone)Discovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformSmart SearchX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration Manager
Document Automation
Approvals for Advantage PlatformApprovals for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceGridInvoice GenerationMix FormsOrchestrateQuote GenerationSign for Advantage PlatformSign for Salesforce

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

General

chevron_left

General Contents

close
  • Features by Release

  • Conga Upgrade Program

  • chevron_right

    System Requirements and Supported Platforms Matrix

  • Managed Packages Dependency Matrix

  • Conga Applications in Salesforce Lightning

  • Salesforce Multi-Factor Authentication Support for Conga Commerce

  • chevron_right

    Conga Product Glossary

  • chevron_right

    Conga Upgrade Assistant

  • chevron_right

    Product Retirement Schedule

  • expand_more

    Developer Center

    • chevron_right

      Approvals for Salesforce REST APIs

    • chevron_right

      Billing for Salesforce REST APIs

    • chevron_right

      CLM for Salesforce REST APIs

    • chevron_right

      CPQ for Salesforce REST APIs

    • chevron_right

      Digital Commerce for Salesforce REST APIs

    • expand_more

      Discovery AI for Salesforce REST APIs

      • expand_more

        Admin Config

        • Add annotations to a document example

          post
        • Train a provision

          post
        • Get provision accuracy stats

          get
        • List provision examples

          get
        • Upload a provision example

          post
        • Get settings for a provider

          get
        • Register a provider

          post
        • Delete a provider

          delete
        • Test an existing provider connection

          get
        • Test a new provider connection

          post
        • Sync provisions

          get
        • Get provisions

          get
        • Create a provision

          post
        • Delete a custom provision

          delete
        • Delete a provision table

          delete
        • Get provisions

          get
        • Get one or all provision maps

          get
        • Create or update a provision map

          post
        • Delete a provision map

          delete
      • chevron_right

        Conga APIs

      • chevron_right

        Documents

      • chevron_right

        Tenant Administration

      • chevron_right

        Config Discovery and Management

      • chevron_right

        Document Analysis

      • chevron_right

        Insight Analysis and Management

    • chevron_right

      Orchestrate REST APIs

    • chevron_right

      Partner Commerce for Salesforce REST APIs

    • chevron_right

      TurboEngines REST APIs

  1. General
  2. arrow_right
  3. Developer Center
  4. arrow_right
  5. Discovery AI for Salesforce REST APIs

list_altShow Contents

chevron_left

General

Admin Config

chevron_right
download

Get settings for a provider

get
https://IDD_URL/idd/api/{version}
/{tenantId}/config/provider

Gets the current information for a registered provider.

  • If "provider" is passed in
    query-params
    , the API returns an object.
  • If "provider" is not passed, the API returns an array of all providers.
  • If "provider" is not passed and there is only one result, the API returns an object for backward compatibility.

Request

Security: API Key

Path Parameters

tenantId
string
required

Tenant name

Example:
congasfdc

Query Parameters

provider
string

Name of the provider

instanceurl
string
required

The URL of the org instance

Example:
https://www.conga.com
module
string
required

The source module/application, such as "clm", "cc", or "cfs"

Example:
clm
userid
string
required

User ID of the logged-in user

Example:
a56392269d970c
username
string
required

Full name of the logged-in user

Example:
dummyuser

Responses

200
400
404

OK

Body

responses
/
200
provider
string<string>

Provider name

Example:
congaai
providerUrl
string<string>

Provider URL

Example:
https://www.conga.com/ai/platform-api
useIchronos
boolean

Use iChronos

Example:
true
providerSpecific
object
version
string<string>

Version

Example:
v1
Auth
:
Server Variables
:
Parameters
:
:
:
:
:
:
curl --request GET \
--url https://idd_url/idd/api/v2/tenantId/config/provider \
--header 'Accept: application/json' \
--header 'X-API-Key: 123'
Response Example
1
{
2
"provider": "congaai",
3
"providerUrl": "https://www.conga.com/ai/platform-api",
4
"useIchronos": true,
5
"providerSpecific": {
6
"version": "v1"
7
}
8
}
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.