v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBOverall Channel level
API to update user preferences across all channels.
patch/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
Request body
Response
202
Example response
{
"channel_preferences": [
{
"channel": "email"
}
]
}