Setting up Connections

Once the connectors are configured, setting up connections between the two platforms is a simple process. In the case of the embedded solution, the platform embedding the MadConnect API is expected to be either the source or destination. To create a connection, simply call the create connection API with the connector IDs as shown in example below.

Path

/v1/partner/connection

Method

POST

Header

Content-Type: application/json

Authorization: Bearer access token

Query Params

NONE

Body

{

“sourceId” : “7464aa2af710c4e5345se”,

“destinationId”: “4f9ff5fd24449b983fsd”

}

Last updated