Verify a newsletter subscription
Confirms a pending newsletter subscription using the verification token sent by email.
After successful verification:
- The subscriber record is marked verified.
- If the subscription is associated with a customer, that customer’s
accepts_email_marketingflag is set totrue.
POST
Spree SDK
Authorizations
Publishable API key for store access
Headers
Body
application/json
Verification token from the confirmation email
Example:
"abc123def456"
Spree SDK

