Tasuku
ReferenceAPI referenceSlack

Return the Slack installation without credentials

GET/organizations/{organization_id}/slack

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

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