UserPoint API
The UserPoint API allows to retrieve, create, update or delete all data related to a single UserPoint.
General description
The endpoint is formatted as follows:
/v1/datamarts/<DATAMART_ID>/user_points/
<USER_POINT_SELECTOR>
/
<DOCUMENT_TYPE>
/
<DOCUMENT_SELECTOR>
where
<USER_POINT_SELECTOR>
allows to select a user point based on any of its identifiers
Possible values are:
<DOCUMENT_TYPE>
designates the type of data that will be addressed
Possible values are:
<DOCUMENT_SELECTOR>
allows to select a particular document on the user point
As each document is identified by a different identifier, possible values depend on the type of document previously selected. It is also optional: use it if you want to get, update or delete a particular document.
Last updated