Skip to content

Update the general notification settings

PATCH
/api/notifications

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"emailOnChatMessage": true,
"emailOnNewsletter": true,
"emailOnStoreManagerPickupReminder": true,
"bellOnMention": true
}

Responses

Success

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python