Salesforce Data Cloud Connect APIs
Number of APIs: 53
Data Cloud Connect REST API creates business value by organizing and simplifying interactions with Data Cloud services. It is the preferred platform for customers to construct solutions on top of Data Cloud, offering uniform implementation and testing practices.
The Data Cloud Connect API Qodex Collection allows users to make the same API calls directly from Salesforce’s Connect interface, providing seamless integration of data across systems. This integration allows for these APIs to be called in flows, as well.
Calling APIs directly using the non-Connect method typically offers the best performance. However, there are use cases where that doesn't make sense. Therefore, calling Connect APIs directly does not conform to the same SLAs that calling the API directly offers. Refer to the documentation for more details.
Get Started
Follow the instructions in the documentation to get started with the collection.
-
Auth - User Info GET {{dne_cdpInstanceUrl}}/services/oauth2/userinfo
-
Calculated Insights-by API Name - deleteCalculatedInsight DELETE {{baseUrl}}/ssot/calculated-insights/:apiName
-
Data Transforms-{dataTransformNameOrId}-schedule - updateDataTransformSchedule PUT {{baseUrl}}/ssot/data-transforms/data-transforms/:dataTransformNameOrId/schedule
-
Data Transforms-{dataTransformNameOrId} - deleteDataTransform DELETE {{baseUrl}}/ssot/data-transforms/data-transforms/:dataTransformNameOrId
-
Identity Resolution Rulesets-by Identity Resolution - deleteIdentityResolutionRuleset DELETE {{baseUrl}}/ssot/identity-resolutions/identity-resolutions/:identityResolution
-
Data Transforms-{dataTransformNameOrId} - getDataTransform GET {{baseUrl}}/ssot/data-transforms/data-transforms/:dataTransformNameOrId?filterGroup=<string>
-
Data Transforms - createDataTransform POST {{baseUrl}}/ssot/data-transforms?filterGroup=<string>
-
Identity Resolution Rulesets-by Identity Resolution - getIdentityResolutionRuleset GET {{baseUrl}}/ssot/identity-resolutions/identity-resolutions/:identityResolution
-
Data Transforms-{dataTransformNameOrId} - updateDataTransform PUT {{baseUrl}}/ssot/data-transforms/data-transforms/:dataTransformNameOrId?filterGroup=<string>
-
Data Transforms - getDataTransforms GET {{baseUrl}}/ssot/data-transforms?filterGroup=<string>&limit=<integer>&offset=<integer>&orderBy=<string>