patch https://app.claimssnap.io/api/public/users//marketing-email-preference
Update customer's communication preferences. If enabled, customer will receive email notifications about our new features.
Log in to see full request history
Response
200Update customer's communication preferences. If enabled, customer will receive email notifications about our new features.
200xxxxxxxxxx
curl --request PATCH \
--url https://app.claimssnap.io/api/public/users/userId/marketing-email-preference \
--header 'content-type: application/json' \
--data '{"isAllowed":true}'
Try It!
to start a request and see the response here!