Get custom connector by ID

Retrieve a specific custom connector by ID.

Path parameters

idintegerRequired
The unique ID of the connector in your Workspace.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success response
idinteger or null
The unique identifier for the custom connector.
namestring or null

The system-generated name of the custom connector.

titlestring or null
The title of the custom connector.
latest_released_versioninteger or null
The latest released version of the connector.
latest_released_version_notestring or null
Notes associated with the latest released version.
oem_shared_versioninteger or null
The version shared from the OEM master account.
oem_shared_atdatetime or null
Timestamp when the connector was shared from the OEM master account.
released_versionslist of objects or null
A list of released versions of the connector.

Errors