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