Get notification settings
GET
/settings/notifications
Returns the notification-related subset of site settings.
Authorizations
bearerToken|siteContext +
bearerToken
Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.
TypeHTTP (bearer)
siteContext
Identifier of the site context when authenticating with a personal access token.
TypeAPI Key (header: X-Nimbu-Site)
or
siteToken
Site-scoped API token that already encodes the site context.
TypeHTTP (bearer)
Responses
notification settings returned
application/json
JSON
{
"shipping_notification_default": true,
"cancel_notification_default": true,
"cancel_order_on_delayed_payment_failure": true,
"enable_payment_notifications": true
}