GET
/
partial-config
List matching connector configuration suggestions
curl --request GET \
  --url https://{FUSION HOST}/api/partial-config
[
  {
    "type": "<string>",
    "title": "<string>",
    "config": {},
    "valid": true,
    "errors": [
      {
        "field": "<string>",
        "value": {},
        "code": "<string>",
        "message": "<string>"
      }
    ],
    "installed": true
  }
]

Query Parameters

input
string
required

The input value to evaluate. It can be a URL, file path, FTP address, or similar resource identifier.

Response

200 - application/json

Successfully retrieved connector configuration suggestions.

The response is of type object[].