Fetch Connection
This API helps in getting information about a specific connection
Path
/v1/partner/connection/<connection_id_16>
Method
GET
Header
Content-Type: application/json
Authorization: Bearer access token
Query Params
NONE
Success response
{
"code": 200,
"message": "string",
"response": {
"requestId": "string",
“connection”: {
“id” : “string”,
“sourceId” : “string”,
“destinationId” : “string”,
"createdDate": int
}
}
}
Error response
{
"code": 500,
"message": "string",
"response": null
}
Last updated