Update SMS text preference
API Refs
- Production: Update SMS Text Notifications
- Staging: Update SMS text preference
Request body
| Name | Type | Description | Required |
|---|---|---|---|
| sms_enabled | boolean | The new value for sms text preference. | yes |
Response body
| Name | Type | Description | Required |
|---|---|---|---|
| marketing_preference | boolean | Current value of marketing email notification preference | yes |
| payment_preference | boolean | Current value of payment-related email notification preference | yes |
| sms_preference | boolean | The new value of payment-related SMS text notification preference | yes |
Description
This endpoint updates the current user's preference for receiving SMS text notifications.
Updated 4 months ago