Item API
Last updated
Last updated
The Item API endpoints provide access to CDP business object information within our system. These endpoints enable you to retrieve the list of CDP object(s), search for its data, explore its data, and more, allowing your application to seamlessly interact with our event data.
All requests to the Item API endpoints should be made to the following base URL:
To access these endpoints, you will need to authenticate your requests using OAuth 2.0 and ensure that the access token is authenticated with the scope item
. Please refer to our for details on how to obtain an access token.
Our API follows standard HTTP status codes for indicating the success or failure of a request. In case of an error, additional information will be provided in the response body.