Check auth
Check if a Slack channel is authenticated.
Check auth
Check if a Slack channel is authenticated.
Endpoint
GET/v1/providers/slack/{channel_id}/auth_check
Rate limit
Tier 2Path parameters
channel_id
string
The ID of the Knock Slack channel to check.
Query parameters
access_token_object
string
A JSON encoded string containing the access token object reference.
Returns
SlackAuthCheckResponse
The response from a Slack auth check request.
connection
object
A Slack connection object.
ok
boolean
Whether the Slack connection is valid.
reason
string
The reason for the Slack connection if it is not valid.