Get Notification Settings
Get notification settings for an account.
``slack_webhook_urls`` are secrets. The GET response replaces
each stored URL with a redacted representation so the UI can render
"Slack notifications configured (3 webhooks)" without exposing the
raw URLs. PATCH (above) still accepts raw URLs, so the round-trip
from the settings page works as long as the UI only re-sends URLs
the user explicitly edited.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Response
Successful Response
invoice
Invoice notification settings
dunning
Dunning notification settings
slack_enabled
Whether Slack notifications are enabled
slack_webhook_urls
List of Slack webhook URLs for notifications
slack_payment_succeeded
Send Slack notification on payment succeeded
slack_payment_failed
Send Slack notification on payment failed
email_enabled
Whether email notifications are enabled
emails_to_notify
List of email addresses for notifications
email_payment_succeeded
Send email notification on payment succeeded
email_payment_failed
Send email notification on payment failed
email_config
Email configuration settings for sender, signature, and colors
Errors
422
Unprocessable Entity Error