To fetch a preference object from a customer in SAP Customer Data Cloud using an API, you should use:
accounts.getAccountInfo:
This API call retrieves comprehensive information about a user's account, including their preferences.
You can specify which parts of the account data you want to retrieve by using theincludeparameter to include preferences.
References
SAP Customer Data Cloud API Documentation
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit