Skip to main content
GET
/
connectors
/
plugins
/
{type}
Get the connector schema
import requests

url = "https://{FUSION HOST}/api/connectors/plugins/{type}"

response = requests.get(url)

print(response.text)
{}

Path Parameters

type
string
required

The connector type.

Response

200 - application/json

OK

The response is of type object.