Get Slack integration status

GET /api/v1/businesses/slack/status

Check whether a Slack webhook is configured for this business.

Operation ID: get_slack_status_api_v1_businesses_slack_status_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

connected boolean required

Whether at least one webhook URL is configured

webhooks array · SlackWebhookItem SlackWebhookItem

List of configured webhooks

5 fields
id string required

Webhook ID

channel_name string

User-defined channel or webhook name

webhook_url_masked string required

Masked URL for display

notification_preferences object required

Per-category enabled flags

notification_categories array · SlackCategoryItem required

Categories with metadata for UI rendering

groups array · SlackGroupInfo SlackGroupInfo

Group definitions for UI section rendering

2 fields
key string required

Group key (matches SlackCategoryItem.group)

label string required

User-facing section label

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object