Skip to main content
GET
Get Slack integration status

Authorizations

X-API-Key
string
header
required

API key for authentication

Response

Slack connection status

Secret-free Slack connection and binding-bootstrap state.

connected
boolean
required

Whether a Slack workspace is connected for this organization

Example:

true

team_name
string | null

Connected Slack workspace/team name, or null when not connected

Example:

"Acme Corp"

enterprise_id
string | null

Slack Enterprise Grid ID, or null for non-Grid and disconnected states.

Example:

"E12345678"

team_id
string | null

Slack workspace/team ID when connected.

Example:

"T12345678"

installation_generation
string | null

Opaque backend installation generation used to bind Sofia safely.

Required string length: 16 - 128
Pattern: ^[A-Za-z0-9_-]+$
migration_required
boolean
default:false

Whether an admin must disconnect a legacy physical-store credential before reconnecting.

reauthorization_required
boolean
default:false

Whether the routed Slack connection must be reauthorized in place before Sofia can use it.