/bff/organisation/notification-preference
Returns the per-organisation opt-in / opt-out overrides for internal platform notifications. Each preference is nullable: true = force on, false = force off, null = fall back to the platform default (also included in the response so the UI can display "Default (on)" or "Default (off)").
OrganisationgetBffOrganisationNotification-preference
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/organisation/notification-preference
curl -X GET "https://api.bizkithub.com/bff/organisation/notification-preference" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"preferences": {},
"defaults": {
"experimentNotification": false,
"dailyLogReportNotification": false,
"orderCreatedInternalNotification": false,
"expensePendingApprovalNotification": false,
"issueCreatedNotification": false,
"issueCommentNotification": false,
"paymentGatewayOutageNotification": false,
"organisationTechnicalNotification": false
}
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.