Create Connection
Creates a connection between two compatible platforms
Path
/v1/partner/connection
Method
POST
Header
Content-Type: application/json
Authorization: Bearer access token
Query Params
NONE
Body
{
“sourceId” : “string”,
“destinationId”: “string”
}
Success response
{
"code": 200,
"message": "string",
"response": {
"requestId": "string",
“connection”: {
“id” : “string”,
“sourceId” : “string”,
“destinationId” : “string”,
}
}
}
Error response
{
"code": 500,
"message": "string",
"response": null
}
Last updated