Skip to content

Get the general notification settings

GET
/api/notifications

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success

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

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python