cURL
curl --request PUT \ --url https://api.machines.cash/user/v1/notifications \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "ok": true, "data": {}, "summary": "success" }
Update notification settings
When to use this: Update push/email notification preferences.
Required scope: notifications.write.
Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.
The body is of type object.
object
Success
Show child attributes