---
title: "Get Slack Integration Status"
method: GET
path: "/checklists/slack-enabled"
tags: ["checklists"]
---

# Get Slack Integration Status

`GET /checklists/slack-enabled`

Check if Slack integration is enabled for the user's organization.

This endpoint checks if the organization has Slack integration enabled,
which determines whether the Slack Checklist feature should be visible.

Returns:
    - enabled: Boolean indicating if Slack integration is enabled

## Response `200`

Successful Response

- SlackIntegrationStatusResponse
  - `enabled` boolean, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
