Connector Definitions
Connector Definitions
GET
/
api
/
v1
/
connector_definitions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
type
enum<string>
requiredType of the connector (source or destination)
Available options:
source
, destination
category
enum<string>
requiredCategory of the connector
Available options:
data
, ai_ml
Response
200 - application/json
name
string
connector_type
string
connector_subtype
string
documentation_url
string
github_issue_label
string
icon
string
license
string
release_stage
string
support_level
string
tags
string[]
connector_spec
object
Was this page helpful?