curl --request GET \
--url https://api.machines.cash/user/v1/notifications \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}Get notification settings
When to use this: Read push/email notification preferences.
Required scope: notifications.read.
curl --request GET \
--url https://api.machines.cash/user/v1/notifications \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}