Be the first to experience a new approach to recovery.
Sign up for exclusive updates and early access.
{ const res = await fetch('https://a.klaviyo.com/client/subscriptions?company_id=Vj2w6R', { method: `POST`, headers: { accept: 'application/vnd.api+json', 'content-type': 'application/vnd.api+json', revision: '2025-01-15', }, body: JSON.stringify( { data:{ type:'subscription', attributes:{ profile:{ data:{ type:'profile', attributes:{ subscriptions:{ email:{ marketing:{ consent:'SUBSCRIBED' } }, sms:{ marketing:{ consent:'SUBSCRIBED' }, transactional:{ consent:'SUBSCRIBED' } } }, email: email } } } }, relationships:{ list:{ data:{ type:'list', id: 'ScgwUK' } } } } }) }); if (res?.status >= 200 && res?.status < 300) { _stores.toast.addToast({type: 'success', title: 'Thanks for signing up.',content: '', timestamp: Date.now() + 1000 * 15}); return; } _stores.toast.addToast({type: 'error', title: 'Error',content: 'Please try again later.', timestamp: Date.now() + 1000 * 15}); } " >
Email
Subscribe
By clicking "Subscribe," you agree to receive emails from us with updates, promotions, and important information; you can unsubscribe at any time.