Accelerate the Value of Data

Get Custom Logic

Using this API you can fetch the information about the custom logic.

Table 1. Parameters
Type Name Required Description
Headers Authorization Yes Information about authentication access token in format Bearer <accessToken> (see details in Authentication API)
content-type Yes Must be Content-Type: text/plain

Request Example

GET {SFDCConnectorURL}/configuration/{tenantId}/{profile}/cl

Response Example

Success: 200 
{
    tenantStreamingVerification (data) {
      
    },
    tenantRequestModification (object) {
        
    },
    tenantDataModification (object) {
        
    },
    sfdcRequestModification (param) {
        
    },
    sfdcDataModification (param) {
        
    },
    callbackModification (param) {
        
    }
}
Error:   400 Bad Request, { errors : [], warnings: [] }