Conga Admin Settings API

This class contains API endpoints for admin setting

Operations 2

GET /api/xauthor/v1/admin-settings Get administrator settings #
GET /api/xauthor/v1/admin-settings/google-service-config Get Google account configuration #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/conga-admin-settings-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

conga-admin-settings-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: X-Author Admin Settings API
  version: v1
  description: This class contains API endpoints for admin setting
servers:
- url: https://xauthor-prod-rls10.congacloud.com
- url: https://xauthor-preview-rls09.congacloud.com
security:
- bearerAuth: []
tags:
- name: Admin Settings
  description: This class contains API endpoints for admin setting
paths:
  /api/xauthor/v1/admin-settings:
    get:
      tags:
      - Admin Settings
      summary: Get administrator settings
      description: Retrieves all application-related information, like the user profile and org details.
      parameters:
      - name: OrgType
        in: header
        required: true
        schema:
          type: string
          default: RLP
      responses:
        '200':
          description: Success
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Apttus.XAuthor.Core.Model.AdminSettings'
            application/json:
              schema:
                $ref: '#/components/schemas/Apttus.XAuthor.Core.Model.AdminSettings'
            text/json:
              schema:
                $ref: '#/components/schemas/Apttus.XAuthor.Core.Model.AdminSettings'
        '400':
          description: Bad Request
        '401':
          description: Unauthorized
        '404':
          description: Not Found
        '500':
          description: Server Error
      operationId: getApiXauthorV1AdminSettings
      x-operation-id-source: derived
  /api/xauthor/v1/admin-settings/google-service-config:
    get:
      tags:
      - Admin Settings
      summary: Get Google account configuration
      description: Retrieves Google Drive service account and folder configuration information.
      parameters:
      - name: OrgType
        in: header
        required: true
        schema:
          type: string
          default: RLP
      responses:
        '400':
          description: Bad Request
        '401':
          description: Unauthorized
        '404':
          description: Not Found
        '500':
          description: Server Error
      operationId: getApiXauthorV1AdminSettingsGoogleServiceConfig
      x-operation-id-source: derived
components:
  schemas:
    Apttus.XAuthor.Common.Model.CustomPermission:
      type: object
      properties:
        showContractsMenu:
          type: boolean
        showTemplatesMenu:
          type: boolean
        allowUnlockReadonlyClause:
          type: boolean
        allowCheckinAsFinal:
          type: boolean
        allowCheckinWithoutRedlines:
          type: boolean
        allowCheckinWithRedlines:
          type: boolean
        allowUnprotectDocument:
          type: boolean
        hideCheckoutMenu:
          type: boolean
        disableAutoCheckout:
          type: boolean
        disableImportOffline:
          type: boolean
        disableCreateOffline:
          type: boolean
        displayCheckinCreatePdfA:
          type: boolean
        displayCheckInRetainDocumentName:
          type: boolean
      additionalProperties: false
    Apttus.XAuthor.Common.Enum.XAAddInLoadType:
      enum:
      - 0
      - 1
      - 2
      - 3
      - 4
      - 5
      type: integer
      format: int32
    Apttus.XAuthor.Core.Model.AdminSettings:
      type: object
      properties:
        isTemplateVersioningEnabled:
          type: boolean
        documentVersioningNamingConvention:
          type:
          - string
          - 'null'
        isDocumentVersioningEnabled:
          type: boolean
        isAgreementLocksVersioningEnabled:
          type: boolean
        isVisualForcePageNameFieldAvailable:
          type: boolean
        autoEnablePrivateIndicator:
          type: boolean
        allowPrivateSelectionOverride:
          type: boolean
        isPrivateFieldAvailableInMergeEvent:
          type: boolean
        isV4FunctionalityEnabled:
          type: boolean
        isCloneTemplateFromFieldEnabled:
          type: boolean
        isImportOfflineEnabled:
          type: boolean
        isMergefields2FieldAvailable:
          type: boolean
        autoEnableReconciliation:
          type: boolean
        allowReconcileSelectionOverride:
          type: boolean
        isPublishAuthorEventsEnabled:
          type: boolean
        isReferenceIdEnabledInTemplates:
          type: boolean
        autoEnablePDFForFinalDocs:
          type: boolean
        allowPDFSelectionOverride:
          type: boolean
        autoInsertHeaderFooterData:
          type: boolean
        isDynamicSectionEnabled:
          type: boolean
        isChatterEnabled:
          type: boolean
        isVersionControlEnabled:
          type: boolean
        isMyChatterDisabled:
          type: boolean
        isSessionTokenStorageEnabled:
          type: boolean
        isTermExceptionEnabled:
          type: boolean
        isNameSortEnabled:
          type: boolean
        isClauseApprovalsEnabled:
          type: boolean
        agreementNumberFieldForImportedDocs:
          type:
          - string
          - 'null'
        footerDatetimeFormatForImportedDocs:
          type:
          - string
          - 'null'
        translationAppId:
          type:
          - string
          - 'null'
        documentFurtiveCode:
          type:
          - string
          - 'null'
        aptS_Password:
          type:
          - string
          - 'null'
        termExceptionFieldInTemplate:
          type:
          - string
          - 'null'
        defaultDocumentTags:
          type:
          - string
          - 'null'
        termExceptionRelationFieldInTemplate:
          type:
          - string
          - 'null'
        isAgreementVersionAwareFieldAvailable:
          type: boolean
        isSFRFunctionalityEnabled:
          type: boolean
        isExpressDocumentGenerationEnabled:
          type: boolean
        isCheckInTagsEnabled:
          type: boolean
        organizationMultiCurrency:
          type: boolean
        documentGenerationFileNameFormat:
          type:
          - string
          - 'null'
        isDocumentSecurityEnabled:
          type: boolean
        kiraConfiguration:
          type:
          - string
          - 'null'
        isCollaborationReviewEnabled:
          type: boolean
        autoEnableCheckout:
          type: boolean
        mergeServiceURL:
          type:
          - string
          - 'null'
        emailTemplateFilters:
          type:
          - string
          - 'null'
        defaultEmailTemplateForCollaborationReview:
          type:
          - string
          - 'null'
        overridePlaybookFilters:
          type:
          - string
          - 'null'
        isIDEEnabled:
          type: boolean
        agreementClauseVersioningEnable:
          type: boolean
        unlockSmartElements:
          type: boolean
        userCustomPermission:
          type:
          - object
          - 'null'
          additionalProperties:
            type: object
            additionalProperties:
              type: boolean
        customPermission:
          $ref: '#/components/schemas/Apttus.XAuthor.Common.Model.CustomPermission'
        restrictCheckinDocuments:
          type:
          - string
          - 'null'
        enableFile:
          type: boolean
        parallelReview:
          type: boolean
        showSendForReviewAndCheckInButton:
          type: boolean
        apttusLocaleEnabled:
          type: boolean
        packageVersion:
          type:
          - string
          - 'null'
        shouldRestrictClauseEntries:
          type: boolean
        isClauseBehaviorEnabled:
          type: boolean
        autoEnableAsynchronousCheckin:
          type:
          - boolean
          - 'null'
        asynchronousCheckinRecipient:
          type:
          - string
          - 'null'
        isAdminSettingForCustomPermissionsExists:
          type: boolean
        adminCustomPermissions:
          type:
          - string
          - 'null'
        adminAdvancedSearchFilters:
          type:
          - string
          - 'null'
        settingForNamingConventionExists:
          type: boolean
        enablePDFSecurity:
          type: boolean
        orgType:
          $ref: '#/components/schemas/Apttus.XAuthor.Common.Enum.OrgType'
        xaAddInLoadType:
          $ref: '#/components/schemas/Apttus.XAuthor.Common.Enum.XAAddInLoadType'
        xaAddInLoadPath:
          type:
          - string
          - 'null'
        isAlternateClauseFeatureEnabled:
          type: boolean
        isClauseRichtextRequiredInReconcilation:
          type: boolean
        hideContentControlBorder:
          type: boolean
        isIDENormalizeValueConfigured:
          type: boolean
        isIDEExactTextConfigured:
          type: boolean
        allowRegenerate:
          type: boolean
        ideAPI:
          $ref: '#/components/schemas/Apttus.XAuthor.Common.Enum.IdeAPI'
        cciTenantName:
          type:
          - string
          - 'null'
        cciapiEndpoint:
          type:
          - string
          - 'null'
        cciapiKey:
          type:
          - string
          - 'null'
        allowHighlightFields:
          type: boolean
        pdfSetting:
          $ref: '#/components/schemas/Apttus.XAuthor.Common.Model.PDFSettings'
        isPlatformReviewEnabled:
          type: boolean
        isGdocsSupportAvailable:
          type: boolean
        isGdriveDefaultFlagEnabled:
          type: boolean
        isAIEnabled:
          type: boolean
        isConvertToTemplateEnabled:
          type: boolean
        retainFieldPropertyInReadonlyClause:
          type: boolean
      additionalProperties: false
    Apttus.XAuthor.Common.Model.PDFSettings:
      type: object
      properties:
        allowPrinting:
          type: boolean
        allowCopying:
          type: boolean
        allowCommenting:
          type: boolean
        allowFormFilling:
          type: boolean
        allowAssembling:
          type: boolean
        allowChangingContent:
          type: boolean
      additionalProperties: false
    Apttus.XAuthor.Common.Enum.IdeAPI:
      enum:
      - 0
      - 1
      type: integer
      format: int32
    Apttus.XAuthor.Common.Enum.OrgType:
      enum:
      - 0
      - 1
      - 2
      type: integer
      format: int32
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT