Skip to main content
GET
/
config
{
  "brokerageFirmCustomFields": [
    {
      "key": "<string>",
      "type": "BOOLEAN",
      "validationRules": [
        {
          "option": "<string>",
          "value": "<string>"
        }
      ],
      "integrationKey": "<string>"
    }
  ],
  "tenantName": "<string>",
  "distributionRequest": {
    "approveOnSignature": true,
    "contractConfig": {
      "templateId": "<string>",
      "signature": {
        "signature": "VIEW",
        "type": "<string>",
        "anchor": {
          "page": {},
          "x": 123,
          "y": 123,
          "height": 123,
          "width": 123
        },
        "mentions": [
          {
            "page": {},
            "x": 123,
            "y": 123,
            "mention": "<string>",
            "width": 123
          }
        ],
        "texts": [
          {
            "page": {},
            "x": 123,
            "y": 123,
            "width": 123,
            "maxLength": 123,
            "question": "<string>",
            "height": 123,
            "instruction": "<string>",
            "optional": true
          }
        ],
        "checkboxes": [
          {
            "page": {},
            "x": 123,
            "y": 123,
            "size": 123,
            "name": "<string>",
            "optional": true,
            "checked": true
          }
        ]
      }
    }
  },
  "reports": [
    {
      "type": "<string>",
      "columnsMapping": [
        {}
      ],
      "availableProductIds": [
        "<string>"
      ],
      "allowedBusinessRoles": [
        "<string>"
      ],
      "automations": [
        {}
      ]
    }
  ]
}

Response

brokerageFirmCustomFields
object[]
required
tenantName
string
required
distributionRequest
object
reports
object[]