Generate a connection URL to Slack App.
GET
/v1/apps/{org_uuid}/slack/connection/authorize
Visiting this endpoint will attempt to initiate a connection
between the organization and a slack App.
The user needs to be an admin of the org. If the Organization is already connected, it will error.
Authorizations
jwtToken
TypeHTTP (bearer)
Parameters
Path Parameters
org_uuid*
UUID of the organization
Typestring
Requiredformat
"uuid"Responses
OK
application/json
JSON
{
"install_url": "https://slack.com/oauth/v2/authorize?client_id=client_id&scope=chat:write&state=secret"
}