Get a Platform config (Connector Config)

Path

/v1/partner/connector/<connector_id>/config

Method

GET

Header

Content-Type: application/json

Authorization: Bearer access token

Query Params

NONE

Success response

{

"code": 200,

"message": "string",

"response": {

"requestId": "string",

"connector": {

"id": "string",

"createdDate": int,

"modifiedDate": int,

"sourceConfig": {

// “api-key”: “string”,

// “bucket-name”: “string”

},

"destinationConfig": {

// “api-key”: “string”,

// “bucket-name”: “string”

}

}

}

Error response

{

"code": 500,

"message": "string",

"response": null

}

Last updated