Connectors

List Connectors

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · int32OptionalDefault: 100
page_tokenstring | nullableOptional
statusstring[] | nullableOptional
Responses
200

OK

application/json
get
/api/admin/v3/connectors
200

OK

Get Connector

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

OK

application/json
get
/api/admin/v3/connectors/{id}
200

OK

Update Connector

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringRequired

Unique, alphanumeric, user-friendly name used to identify the connector

Responses
200

OK

application/json
put
/api/admin/v3/connectors/{id}
200

OK

Delete Connector

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
delete
/api/admin/v3/connectors/{id}
204

No Content

No content

list connectors

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
get
/api/v2/connectors
200

OK

Last updated

Was this helpful?