Fetching Connector Configuration
Details about the connection configuration can be fetched by calling the GetConnectorConfig API
Path
/v1/partner/connector/ca92121
Method
GET
Header
Content-Type: application/json
Authorization: dsaf4er325654643r523wsdf34
Query Params
NONE
Success response
{
"code": 200,
"message": "Request executed successfully",
"response": {
"requestId": "042b8eb09c08427f93c373f069a09a21",
"connector": {
"sourceConfig": {
"clientDir": "/tmp/jjhgffty65rdzcfSXF/data"
},
"createdDate": 1677507584,
"modifiedDate": 1677507584,
"id": "db69f718d4654495",
"destinationConfig": {
"clientDir": "/tmp/jjhgffty65rdzcfSXF/data"
}
}
}
}
Last updated