Skip to main content

Get site configuration

GET 

/sites/:siteId/configuration

Returns the list of sites that the user has access to

Request

Path Parameters

    siteId stringrequired

    Site Identifier

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    chatGptApiKey string

    ChatGPT API Key

    maxContentLengthBytes string

    Set Maximum Document Content Length in Bytes

    maxDocuments string

    Set Maximum number of Documents allowed

    maxWebhooks string

    Set Maximum number of Webhooks allowed

    notificationEmail string

    Email address to use for notifications (Must be verified identity created in AWS SES)

    ocr

    object

    maxPagesPerTransaction number

    Max number of OCR pages (-1 for unlimited)

    maxTransactions number

    Max number of OCR actions that can be created (-1 for unlimited)

    google

    object

    workloadIdentityAudience string

    Workload Identity Audience

    workloadIdentityServiceAccount string

    Workload Service Account

    docusign

    object

    userId string

    Docusign UserId

    integrationKey string

    Docusign Integration Key or ClientId

    rsaPrivateKey string

    Docusign Rsa Private Key

    hmacSignature string

    Enabled security with Docusign Connect using HMAC keys. When enabled these keys are known only by Docusign and your app, and will be used to sign all Connect messages sent from your Docusign account to your application.

Loading...