Save notification settings with by making a POST request to /notifications/settings of the form:
{
'dining': true,
'gsr': false,
}
Save privacy settings with by making a POST request to /privacy/settings of the form:
{
'transactions': true,
'courses': false,
}
Get account settings with a GET request to /account/settings. To retrieve only privacy or notification settings, make a GET request to the respective endpoint.
Save notification settings with by making a POST request to
/notifications/settings
of the form:Save privacy settings with by making a POST request to
/privacy/settings
of the form:Get account settings with a GET request to
/account/settings
. To retrieve only privacy or notification settings, make a GET request to the respective endpoint.