Fetching Connection Details
To fetch details about a particular connection, the Fetch Connector Info API can be used. This API takes the connection ID as a parameter and returns metadata specific to the connector ID requested.
Path
/v1/partner/connection/9a1458ba6e977a5f
Method
GET
Header
Content-Type: application/json
Authorization: Bearer access token
Query Params
NONE
Success response
{
"code": 200,
"message": "string",
"response": {
"requestId": "4f7a04d144b4415db310202aa0e6f6e4",
“connection”: {
“id” : “9a1458ba6e977a5f”,
“sourceId” : “7464aa2af710c4e5345se”,
“destinationId” : “4f9ff5fd24449b983fsd”,
"createdDate": 1710247702
}
}
}
Last updated