ReferenceAPI referenceSlack
Return the Slack installation without credentials
GET
/organizations/{organization_id}/slacktasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/organizations/string/slack"{ "data": { "id": "string", "organization_id": "string", "app_id": "string", "client_id": "string", "workspace_id": "string", "workspace_name": "string", "bot_user_id": "string", "granted_scopes": [ "string" ], "state": "INSTALLED", "installed_at": "2019-08-24T14:15:22Z" }}