All Channels
API to retrieve user preferences for all channels.
get/v1/user/{distinct_id}/preference/channel_preference/
Path parameters
distinct_idstring required
distinct_id of the user whose preferences should be fetched
Query parameters
tenant_idstring
to fetch user preferences for a particular tenant
Response
200
Example response
{
"channel_preferences": [
{
"channel": "androidpush"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.