Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"workspace_id": "<string>",
"name": "<string>",
"connector": "<string>",
"connector_version": "<string>",
"properties": {},
"settings": {
"metadata_refresh_interval": "Never",
"logfile_verbosity": "None",
"use_cdata_callback_url": true,
"use_sync_proxy": true
},
"labels": [
"<string>"
],
"permissions": {
"can_update": true,
"can_delete": true,
"can_execute": true,
"can_remove": true
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"connection_state": "<string>",
"last_tested": "2023-11-07T05:31:56Z",
"license_state": "<string>"
}
]{
"code": 123,
"message": "<string>",
"error": "<string>"
}{
"code": 123,
"message": "<string>",
"error": "<string>"
}Create Connection in a Workspace
POST
/
v2
/
workspaces
/
{workspace_id}
/
connections
Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"workspace_id": "<string>",
"name": "<string>",
"connector": "<string>",
"connector_version": "<string>",
"properties": {},
"settings": {
"metadata_refresh_interval": "Never",
"logfile_verbosity": "None",
"use_cdata_callback_url": true,
"use_sync_proxy": true
},
"labels": [
"<string>"
],
"permissions": {
"can_update": true,
"can_delete": true,
"can_execute": true,
"can_remove": true
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"connection_state": "<string>",
"last_tested": "2023-11-07T05:31:56Z",
"license_state": "<string>"
}
]{
"code": 123,
"message": "<string>",
"error": "<string>"
}{
"code": 123,
"message": "<string>",
"error": "<string>"
}Authorizations
ApiKeyAuthBasicAuth
A Sync user auth token. Generate one via POST /v2/users/generate-token.
Path Parameters
Workspace identifier.
Body
application/json
Response
One or more connections
Connector-specific connection properties.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes