Datum360 APIs let you access any Connected Data Platform (CDP) feature programmatically. Build integrations that connect your applications and create a richer ecosystem.
Export data with GET APIs from the CDP in a variety of ways, such as:
- Access saved LiveViews
- Run tag-to-document association reports
- Query individual objects and retrieve their data
Control data imports to the CDP via an EIC within PIM360. Use POST APIs to:
- Create EICs
- Generate activities
- Automate data and association imports
All APIs return data in JSON format. Process and manipulate this data however you need—whether you're using AWS Lambda, Azure Functions, or other integration tools.
Learn how to find and authorize access to the Datum360 API documentation for each system (CLS360, PIM360, and DDM360).
To get started with the API take a look at the API docs on each system (CLS360, PIM360, DDM360). To access the API docs, log into a system and then navigate to /api-docs e.g
https://example-system.cls360.io/api-docs
It is also accessible by navigating through the menu on the top right of the screen in the PIM360/CLS360/DDM360 user interface and then selecting "API Documentation"
On the documentation page click on the green "Authorize" button towards right after the description
A dialog box then pops up showing the information required for both 2-legged and 3-legged OAuth2 authentication. This includes: Authorization URL, Token URL and Scope


