Communication Settings
Update Communication Settings
This endpoint allows the update of a user’s notification / email settings.
PATCH
Parameters
string
The ID of the settings record. Can be either a UID (SecureRandom.uuid) for unauthenticated access or an ID for authenticated access.
hash
Settings for when a user earns a loyalty reward
hash
Settings for when a user has an unused reward
hash
Settings for when a user earns loyalty progress
hash
Settings for when a merchant sends an offer
hash
Settings for when a user has the opportunity to leave feedback for a purchase
hash
Settings for when a merchant sends general marketing
Response
string
The ID of the settings record
string
The ID of the merchant
string
The handle of the merchant
string
The ID of the user
hash
Settings for when a user earns a loyalty reward
hash
Settings for when a user has an unused reward
hash
Settings for when a user earns loyalty progress
hash
Settings for when a merchant sends an offer
hash
Settings for when a user has the opportunity to leave feedback for a purchase
hash
Settings for when a merchant sends general marketing
Authentication
This endpoint supports two authentication modes:- Unauthenticated: Use the setting’s UID to update preferences without authentication
- Authenticated: Use the setting’s hashid with OAuth bearer token for authenticated access