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
}
}