Sazabi
APIIntegrations

Get Slack connection configuration

GET
/integrations/connections/{connectionId}/slack-configuration

Read Slack connection configuration (default project, automatic responses, acknowledgement message).

Path Parameters

connectionId*string

Slack integration connection ID (the integration_connections.id, not the Slack team id).

Formatuuid

Query Parameters

organizationId?string

Organization the connection belongs to. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/integrations/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08/slack-configuration"
{  "connectionId": "84b500d7-71c8-4b1f-adf4-f1eb0000973d",  "defaultProjectId": "fb6ef57a-a71a-42cd-9bf7-57d2b77fb4af",  "automaticResponses": true,  "acknowledgementMessage": true}