Replication Web API
REST API
/replicate
{
"salesforce": {
"soapEndpoint": "https://login.salesforce.com/services/Soap/u/32.0",
"bulkApiEnable": false,
"callbackUrl": "https://localhost:8443/DBSync/oauth/_callback",
"consumerKey": "",
"consumerSecret": "3Q/190VEz3BnIu6bMGO2sg\\\\=\\\\=",
"password": "password@123",
"username": "[email protected]"
},
"database": {
"fileReplication": false,
"fileVersion": false,
"s3": false,
"awsAccessKey": "",
"awsBucketName": "",
"awsRegion": "",
"consumerSecret": "",
"database": "ORCL",
"filepath": "",
"host": "10.0.0.9",
"password": "Avankia1",
"port": "1521",
"schema": "dbsync",
"type": "Oracle",
"url": "jdbc:oracle:thin:@10.0.0.9:1521:ORCL",
"username": "HR"
},
"objects": [
{
"excludes": [],
"filter": "",
"name": "Account"
},
{
"excludes": [],
"filter": "",
"name": "Contact"
}
],
"log": {
"emailError": false,
"database": true,
"dir": "",
"emailRecipients": [
"[email protected]"
],
"emailSender": "[email protected]",
"callbackURL": "http://posttestserver.com/post.php"
},
"run": {
"command": "cleancopy",
"profile": "testprofile"
}
}Follow the below steps to retrieve the Consumer Key and Consumer Secret from Salesforce

/checkStatus
Last updated