v30

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-22116135580.0 KB
Providers
Slack

Check auth

Check if a Slack channel is authenticated.

get/v1/providers/slack/{channel_id}/auth_check

Path parameters

channel_idstring required

The ID of the Knock Slack channel to check.

Query parameters

access_token_objectstring required

A JSON encoded string containing the access token object reference.

Response

OK

Example response

{
  "connection": {
    "ok": true
  }
}