POST
/connections
curl \
--request POST 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/connections' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '"{\n \"config\": {\n \"webmergeApiKey\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n \"webmergeApiSecret\": \"xxxxxxxxxxxxxxx\"\n },\n \"connectionName\": \"zoho_connection\",\n \"description\": \"test\",\n \"type\": \"webmerge\"\n}"'
Request example
test
{
"config": {
"webmergeApiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"webmergeApiSecret": "xxxxxxxxxxxxxxx"
},
"connectionName": "zoho_connection",
"description": "test",
"type": "webmerge"
}
Response examples (200)
{
"_id": "574bcd24d96535adaf730a63"
}