v33

latestOpenAPI 3.0.2raw.githubusercontent.com2026-03-142353151.8 KB
Manage User Subscriptions & Preferences

Update user preference (single)

This API enables you to update the channel preference of a user for a particular subscription topic.<br/><br/>Note: If the channel configuration for a subscription topic is set to 'required', then the user preference for the channel cannot be updated.

post/{WSID}/{version}/subscriptions/list/{subscription_id}/user

Path parameters

WSIDstring required

Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.

version'live' | 'test' required

Specify the version for which you would like to manage the user profile.

subscription_idstring required

Enter the subscription ID to update the channel preference for the subscription topic. To update the user preference for all subscription topics at once (global preference), use 'all' instead of the subscription id.

Request body

channel'sms' | 'whatsapp' | 'email' | 'discord' | 'slack' | 'teams' | 'push' | 'voice' | 'inapp' | 'webpush' required
distinct_idstring required
status'opted-in' | 'opted-out' required

Response

Subscription updated successfully