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

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

response = requests.get(url)

print(response.text)
{}

Path Parameters

connector
string
required

The connector ID.

type
string
required

The connector type. This might be the same as the connector ID.

Response

200 - application/json

OK

The response is of type object.