URnetwork
Copyright 2024 BringYour, Inc.
Get account preferences.
const response = await fetch('https://api.bringyour.com/preferences', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
{ "product_updates": false }